mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-01 09:42:58 +00:00
target-arm: Fix broken indentation in arm_cpu_reest()
Fix a single misindented line in arm_cpu_reset(). Signed-off-by: Martin Galvan <martin.galvan@tallertechnologies.com> [PMM: split this out from the previous commit] Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
6e3cf5df01
commit
34bf774485
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user