From: Martin Galvan Date: Fri, 12 Sep 2014 13:06:48 +0000 (+0100) Subject: target-arm: Fix broken indentation in arm_cpu_reest() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=34bf774485a1259fc50515e8d761bd543bb316c8;p=qemu.git target-arm: Fix broken indentation in arm_cpu_reest() Fix a single misindented line in arm_cpu_reset(). Signed-off-by: Martin Galvan [PMM: split this out from the previous commit] Reviewed-by: Peter Maydell Signed-off-by: Peter Maydell --- 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;