ARM: Actually write the value of sctlr in ISA.clear().

This commit is contained in:
Gabe Black 2010-06-02 12:58:08 -05:00
parent 6c9ab5d898
commit 660270746b

View 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.
}