diff options
author | Kevin Lim <ktlim@umich.edu> | 2006-05-25 17:56:01 -0400 |
---|---|---|
committer | Kevin Lim <ktlim@umich.edu> | 2006-05-25 17:56:01 -0400 |
commit | f1fab2a4469d6cb2e55ebac15da02f8c1fcb7055 (patch) | |
tree | b32c214b3c1c85777a6dd563b973eb693df72f0e | |
parent | 32509d83878816cd870cea1ccbb8a9eb46a1e3f6 (diff) | |
download | gem5-f1fab2a4469d6cb2e55ebac15da02f8c1fcb7055.tar.xz |
Fix stat typo.
--HG--
extra : convert_revision : f23d8c50f586fb8f25d4ce992730213f0c301b0f
-rw-r--r-- | sim/pseudo_inst.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/pseudo_inst.cc b/sim/pseudo_inst.cc index 0c20a6a53..2d737c0a2 100644 --- 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 |