Fix Typo
--HG-- extra : convert_revision : 4f5b610f364876b29ad0e04f1757e4b42d1f2bd8
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user