Fix Typo
--HG-- extra : convert_revision : 4f5b610f364876b29ad0e04f1757e4b42d1f2bd8
This commit is contained in:
parent
3f280bb2e8
commit
8354cfc715
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class BaseCPU(SimObject):
|
||||||
cpu_id = Param.Int("CPU identifier")
|
cpu_id = Param.Int("CPU identifier")
|
||||||
|
|
||||||
if build_env['FULL_SYSTEM']:
|
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,
|
do_checkpoint_insts = Param.Bool(True,
|
||||||
"enable checkpoint pseudo instructions")
|
"enable checkpoint pseudo instructions")
|
||||||
do_statistics_insts = Param.Bool(True,
|
do_statistics_insts = Param.Bool(True,
|
||||||
|
|
Loading…
Reference in a new issue