diff options
Diffstat (limited to 'sim/cr16/sim-main.h')
-rw-r--r-- | sim/cr16/sim-main.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/cr16/sim-main.h b/sim/cr16/sim-main.h index ec94a82920e..96254f19413 100644 --- a/sim/cr16/sim-main.h +++ b/sim/cr16/sim-main.h @@ -32,9 +32,6 @@ typedef struct _sim_cpu SIM_CPU; #include "cr16_sim.h" -#define CIA_GET(cpu) PC -#define CIA_SET(cpu,val) SET_PC (val) - struct _sim_cpu { sim_cpu_base base; |