diff options
Diffstat (limited to 'sim/m68hc11/sim-main.h')
-rw-r--r-- | sim/m68hc11/sim-main.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/m68hc11/sim-main.h b/sim/m68hc11/sim-main.h index 9c0a1ed..ac57f98 100644 --- a/sim/m68hc11/sim-main.h +++ b/sim/m68hc11/sim-main.h @@ -574,9 +574,6 @@ extern void m68hc11cpu_set_port (struct hw *me, sim_cpu *cpu, /* The current state of the processor; registers, memory, etc. */ -#define CIA_GET(CPU) (cpu_get_pc (CPU)) -#define CIA_SET(CPU,VAL) (cpu_set_pc ((CPU), (VAL))) - struct sim_state { sim_cpu *cpu[MAX_NR_PROCESSORS]; device *devices; |