diff options
Diffstat (limited to 'sim/lm32/sim-main.h')
-rw-r--r-- | sim/lm32/sim-main.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/lm32/sim-main.h b/sim/lm32/sim-main.h index 52122d2..d37f74b 100644 --- a/sim/lm32/sim-main.h +++ b/sim/lm32/sim-main.h @@ -35,9 +35,6 @@ typedef struct _sim_cpu SIM_CPU; #include "lm32-opc.h" #include "arch.h" -/* These must be defined before sim-base.h. */ -typedef USI sim_cia; - #define SIM_ENGINE_HALT_HOOK(sd, cpu, cia) \ do { \ if (cpu) /* null if ctrl-c */ \ |