--HG--
extra : convert_revision : 4f5b610f364876b29ad0e04f1757e4b42d1f2bd8
This commit is contained in:
Nathan Binkert 2006-11-11 23:57:20 -08:00
parent 3f280bb2e8
commit 8354cfc715

View file

@ -15,7 +15,7 @@ class BaseCPU(SimObject):
cpu_id = Param.Int("CPU identifier")
if build_env['FULL_SYSTEM']:
do_qiesce = Param.Bool(True, "enable quiesce instructions")
do_quiesce = Param.Bool(True, "enable quiesce instructions")
do_checkpoint_insts = Param.Bool(True,
"enable checkpoint pseudo instructions")
do_statistics_insts = Param.Bool(True,