aboutsummaryrefslogtreecommitdiff
path: root/target-mips/cpu.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2015-08-30 09:25:36 -0700
committerRichard Henderson <rth@twiddle.net>2015-10-07 20:36:46 +1100
commitc20d594e45bc8c4b21be1a7637cba0f279f72879 (patch)
treed71834d965061f6844161a3754c67967ab7fac77 /target-mips/cpu.h
parent2066d09516ba34d0d180fdea451436d9babb3308 (diff)
target-mips: Add delayed branch 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-mips/cpu.h')
-rw-r--r--target-mips/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-mips/cpu.h b/target-mips/cpu.h
index ec5f991dfb..532b39ea1f 100644
--- a/target-mips/cpu.h
+++ b/target-mips/cpu.h
@@ -130,6 +130,7 @@ struct CPUMIPSFPUContext {
};
#define NB_MMU_MODES 3
+#define TARGET_INSN_START_EXTRA_WORDS 2
typedef struct CPUMIPSMVPContext CPUMIPSMVPContext;
struct CPUMIPSMVPContext {