summaryrefslogtreecommitdiff
path: root/sim/i960/cpuall.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/i960/cpuall.h')
-rw-r--r--sim/i960/cpuall.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/i960/cpuall.h b/sim/i960/cpuall.h
index a22e55932b9..772cd9f37a3 100644
--- a/sim/i960/cpuall.h
+++ b/sim/i960/cpuall.h
@@ -45,6 +45,9 @@ struct argbuf {
const IDESC *idesc;
char trace_p;
char profile_p;
+ /* ??? Temporary hack for skip insns. */
+ char skip_count;
+ char unused;
/* cpu specific data follows */
};
#endif