projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c9ab5d
)
ARM: Actually write the value of sctlr in ISA.clear().
author
Gabe Black
<gblack@eecs.umich.edu>
Wed, 2 Jun 2010 17:58:08 +0000
(12:58 -0500)
committer
Gabe Black
<gblack@eecs.umich.edu>
Wed, 2 Jun 2010 17:58:08 +0000
(12:58 -0500)
src/arch/arm/isa.hh
patch
|
blob
|
history
diff --git
a/src/arch/arm/isa.hh
b/src/arch/arm/isa.hh
index 080298158ae10f5f7ce09ca49e2cf87031c4cf4f..67ee5653761bb1e3acc915888b2d40e799683c84 100644
(file)
--- 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.
}