summaryrefslogtreecommitdiff
path: root/target-arm/cpu.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2015-08-30 09:22:06 -0700
committerRichard Henderson <rth@twiddle.net>2015-10-07 20:36:46 +1100
commit52e971d9ff67e340ac2a86bd67e14bd31c7991e0 (patch)
treefbd3f2e95710bf441a52e308491c9751c1c25162 /target-arm/cpu.h
parent9aef40ed1f6e2bd794bbb3ba8c8b773e506334c9 (diff)
downloadqemu-52e971d9ff67e340ac2a86bd67e14bd31c7991e0.tar.gz
target-arm: Add condexec state to insn_start
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-arm/cpu.h')
-rw-r--r--target-arm/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-arm/cpu.h b/target-arm/cpu.h
index cc1578c9e8..cebd46360e 100644
--- a/target-arm/cpu.h
+++ b/target-arm/cpu.h
@@ -95,6 +95,7 @@
struct arm_boot_info;
#define NB_MMU_MODES 7
+#define TARGET_INSN_START_EXTRA_WORDS 1
/* We currently assume float and double are IEEE single and double
precision respectively.