diff options
author | Richard Henderson <rth@twiddle.net> | 2015-08-31 13:30:52 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2015-10-07 20:36:49 +1100 |
commit | a3d5ad761cafc669e25f4185e63d8d758a989135 (patch) | |
tree | f9f38a6beecb5f23282179dfad800b2d9c557221 /target-sparc/cpu.h | |
parent | 6c42444f9a53b6af39d46008cb9f650b11e96cb9 (diff) |
target-sparc: Add npc 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-sparc/cpu.h')
-rw-r--r-- | target-sparc/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-sparc/cpu.h b/target-sparc/cpu.h index 053edd5ed1..c68e4806bc 100644 --- a/target-sparc/cpu.h +++ b/target-sparc/cpu.h @@ -230,6 +230,7 @@ typedef struct trap_state { uint32_t tt; } trap_state; #endif +#define TARGET_INSN_START_EXTRA_WORDS 1 typedef struct sparc_def_t { const char *name; |