ARM: Actually write the value of sctlr in ISA.clear().
This commit is contained in:
parent
6c9ab5d898
commit
660270746b
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue