projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32509d8
)
Fix stat typo.
author
Kevin Lim
<ktlim@umich.edu>
Thu, 25 May 2006 21:56:01 +0000
(17:56 -0400)
committer
Kevin Lim
<ktlim@umich.edu>
Thu, 25 May 2006 21:56:01 +0000
(17:56 -0400)
--HG--
extra : convert_revision :
f23d8c50f586fb8f25d4ce992730213f0c301b0f
sim/pseudo_inst.cc
patch
|
blob
|
history
diff --git
a/sim/pseudo_inst.cc
b/sim/pseudo_inst.cc
index 0c20a6a537115dc3778b24e0d259a1d5d703df4d..2d737c0a2c33cc5502407b9eb6fd6a779bffb82e 100644
(file)
--- a/
sim/pseudo_inst.cc
+++ b/
sim/pseudo_inst.cc
@@
-77,7
+77,7
@@
namespace AlphaPseudo
xc->suspend();
if (xc->getKernelStats())
- xc->getKernelStats()->
arm
();
+ xc->getKernelStats()->
quiesce
();
}
void