ARM: Actually write the value of sctlr in ISA.clear().
authorGabe Black <gblack@eecs.umich.edu>
Wed, 2 Jun 2010 17:58:08 +0000 (12:58 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 2 Jun 2010 17:58:08 +0000 (12:58 -0500)
src/arch/arm/isa.hh

index 080298158ae10f5f7ce09ca49e2cf87031c4cf4f..67ee5653761bb1e3acc915888b2d40e799683c84 100644 (file)
@@ -104,6 +104,7 @@ namespace ArmISA
             sctlr.rao2 = 1;
             sctlr.rao3 = 1;
             sctlr.rao4 = 1;
+            miscRegs[MISCREG_SCTLR] = sctlr;
 
             //XXX We need to initialize the rest of the state.
         }