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