Fix Typo
authorNathan Binkert <binkertn@umich.edu>
Sun, 12 Nov 2006 07:57:20 +0000 (23:57 -0800)
committerNathan Binkert <binkertn@umich.edu>
Sun, 12 Nov 2006 07:57:20 +0000 (23:57 -0800)
--HG--
extra : convert_revision : 4f5b610f364876b29ad0e04f1757e4b42d1f2bd8

src/python/m5/objects/BaseCPU.py

index 36474a6a49c45043840377638af10ad517052e2e..2f702a4bf919803b8f3e184c0e6ac8bec964d70e 100644 (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,