From 660270746b666774d7673ead9cdda243ac2bda3f Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Wed, 2 Jun 2010 12:58:08 -0500 Subject: ARM: Actually write the value of sctlr in ISA.clear(). --- src/arch/arm/isa.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch/arm') 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. } -- cgit v1.2.3