pseudo_inst.cc (4078:3f73f808bbd4) pseudo_inst.cc (4090:08bd6439b907)
1/*
2 * Copyright (c) 2003-2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 41 unchanged lines hidden (view full) ---

50#include "sim/debug.hh"
51#include "sim/vptr.hh"
52
53using namespace std;
54
55using namespace Stats;
56using namespace TheISA;
57
1/*
2 * Copyright (c) 2003-2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 41 unchanged lines hidden (view full) ---

50#include "sim/debug.hh"
51#include "sim/vptr.hh"
52
53using namespace std;
54
55using namespace Stats;
56using namespace TheISA;
57
58namespace AlphaPseudo
58namespace PseudoInst
59{
60 void
61 arm(ThreadContext *tc)
62 {
63 if (tc->getKernelStats())
64 tc->getKernelStats()->arm();
65 }
66

--- 249 unchanged lines hidden ---
59{
60 void
61 arm(ThreadContext *tc)
62 {
63 if (tc->getKernelStats())
64 tc->getKernelStats()->arm();
65 }
66

--- 249 unchanged lines hidden ---