diff options
author | Richard Henderson <rth@twiddle.net> | 2015-08-30 09:24:58 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2015-10-07 20:36:46 +1100 |
commit | 2066d09516ba34d0d180fdea451436d9babb3308 (patch) | |
tree | 0012a26ff9806e3d8c419497746a471f272d6f7a /target-i386/cpu.h | |
parent | 52e971d9ff67e340ac2a86bd67e14bd31c7991e0 (diff) | |
download | qemu-2066d09516ba34d0d180fdea451436d9babb3308.tar.gz qemu-2066d09516ba34d0d180fdea451436d9babb3308.tar.bz2 qemu-2066d09516ba34d0d180fdea451436d9babb3308.zip |
target-i386: 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-i386/cpu.h')
-rw-r--r-- | target-i386/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-i386/cpu.h b/target-i386/cpu.h index 8926780e85..2b2a29d6a5 100644 --- a/target-i386/cpu.h +++ b/target-i386/cpu.h @@ -794,6 +794,7 @@ typedef struct { #define MAX_GP_COUNTERS (MSR_IA32_PERF_STATUS - MSR_P6_EVNTSEL0) #define NB_MMU_MODES 3 +#define TARGET_INSN_START_EXTRA_WORDS 1 #define NB_OPMASK_REGS 8 |