summaryrefslogtreecommitdiffstats
path: root/sim/d30v/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/d30v/cpu.h')
-rw-r--r--sim/d30v/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/d30v/cpu.h b/sim/d30v/cpu.h
index 6190e61f0a..d24a4acf7a 100644
--- a/sim/d30v/cpu.h
+++ b/sim/d30v/cpu.h
@@ -115,6 +115,7 @@ struct _sim_cpu {
int trace_trap_p; /* If unknown traps dump out the regs */
int trace_action; /* trace bits at end of instructions */
int left_kills_right_p; /* left insn kills insn in right slot of -> */
+ int mvtsys_left_p; /* left insn was mvtsys */
int did_trap; /* we did a trap & need to finish it */
struct _write32 write32; /* queued up 32-bit writes */
struct _write64 write64; /* queued up 64-bit writes */
OpenPOWER on IntegriCloud