diff options
author | Richard Henderson <rth@twiddle.net> | 2015-08-30 09:26:10 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2015-10-07 20:36:47 +1100 |
commit | a3fd522048f6728d8259e14596c9632c7c67305a (patch) | |
tree | 696a76567c047ff3b5d5ce495a49aff10fd6deb0 /target-s390x/cpu.h | |
parent | c20d594e45bc8c4b21be1a7637cba0f279f72879 (diff) |
target-s390x: Add cc_op 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-s390x/cpu.h')
-rw-r--r-- | target-s390x/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-s390x/cpu.h b/target-s390x/cpu.h index 5acd54c6ca..b927c66404 100644 --- a/target-s390x/cpu.h +++ b/target-s390x/cpu.h @@ -42,6 +42,7 @@ #include "fpu/softfloat.h" #define NB_MMU_MODES 3 +#define TARGET_INSN_START_EXTRA_WORDS 1 #define MMU_MODE0_SUFFIX _primary #define MMU_MODE1_SUFFIX _secondary |