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