diff options
Diffstat (limited to 'target-arm')
-rw-r--r-- | target-arm/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-arm/cpu.c b/target-arm/cpu.c index 29f7162b04..bdd23b42b6 100644 --- a/target-arm/cpu.c +++ b/target-arm/cpu.c @@ -160,7 +160,7 @@ static void arm_cpu_reset(CPUState *s) } if (env->cp15.c1_sys & SCTLR_V) { - env->regs[15] = 0xFFFF0000; + env->regs[15] = 0xFFFF0000; } env->vfp.xregs[ARM_VFP_FPEXC] = 0; |