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