diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/arm/isa.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/arm/isa.hh b/src/arch/arm/isa.hh index 080298158..67ee56537 100644 --- a/src/arch/arm/isa.hh +++ b/src/arch/arm/isa.hh @@ -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. } |