projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e3cf5d
)
target-arm: Fix broken indentation in arm_cpu_reest()
author
Martin Galvan
<martin.galvan@tallertechnologies.com>
Fri, 12 Sep 2014 13:06:48 +0000
(14:06 +0100)
committer
Peter Maydell
<peter.maydell@linaro.org>
Fri, 12 Sep 2014 13:06:48 +0000
(14:06 +0100)
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>
target-arm/cpu.c
patch
|
blob
|
history
diff --git
a/target-arm/cpu.c
b/target-arm/cpu.c
index
29f7162
..
bdd23b4
100644
(file)
--- 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;