diff options
Diffstat (limited to 'sim/h8300/sim-main.h')
-rw-r--r-- | sim/h8300/sim-main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/h8300/sim-main.h b/sim/h8300/sim-main.h index 8b07505..e428d80 100644 --- a/sim/h8300/sim-main.h +++ b/sim/h8300/sim-main.h @@ -91,6 +91,8 @@ enum h8_typecodes { /* Define sim_cia. */ typedef unsigned32 sim_cia; +typedef struct _sim_cpu SIM_CPU; + #include "sim-base.h" /* Structure used to describe addressing */ |