diff options
author | Richard Henderson <rth@twiddle.net> | 2015-08-30 09:28:52 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2015-10-07 20:36:47 +1100 |
commit | 07f3c16ced2b869228d58683c1dea06e3e1c9aa5 (patch) | |
tree | b105a4696bfcd046c62dbfd375d677db2a06acb2 /target-sh4/cpu.h | |
parent | a3fd522048f6728d8259e14596c9632c7c67305a (diff) | |
download | qemu-07f3c16ced2b869228d58683c1dea06e3e1c9aa5.zip |
target-sh4: Add flags 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-sh4/cpu.h')
-rw-r--r-- | target-sh4/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-sh4/cpu.h b/target-sh4/cpu.h index 6fb63215ef..145e5df0d1 100644 --- a/target-sh4/cpu.h +++ b/target-sh4/cpu.h @@ -120,6 +120,7 @@ typedef struct tlb_t { #define ITLB_SIZE 4 #define NB_MMU_MODES 2 +#define TARGET_INSN_START_EXTRA_WORDS 1 enum sh_features { SH_FEATURE_SH4A = 1, |