aboutsummaryrefslogtreecommitdiff
path: root/sim/m32r/cpuall.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/m32r/cpuall.h')
-rw-r--r--sim/m32r/cpuall.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/m32r/cpuall.h b/sim/m32r/cpuall.h
index 3563f74..3c91931 100644
--- a/sim/m32r/cpuall.h
+++ b/sim/m32r/cpuall.h
@@ -51,6 +51,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