diff options
Diffstat (limited to 'sim/fr30/cpuall.h')
-rw-r--r-- | sim/fr30/cpuall.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/fr30/cpuall.h b/sim/fr30/cpuall.h index dc8ed96..f0ebb90 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 |