diff options
Diffstat (limited to 'sim/cr16/sim-main.h')
-rw-r--r-- | sim/cr16/sim-main.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sim/cr16/sim-main.h b/sim/cr16/sim-main.h index adf242a..7ac6bd2 100644 --- a/sim/cr16/sim-main.h +++ b/sim/cr16/sim-main.h @@ -19,6 +19,8 @@ #ifndef SIM_MAIN_H #define SIM_MAIN_H +#define SIM_HAVE_COMMON_SIM_CPU + #include "sim-basics.h" typedef long int word; @@ -29,9 +31,4 @@ typedef unsigned long int uword; #include "cr16_sim.h" -struct _sim_cpu { - - sim_cpu_base base; -}; - #endif |