X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fm68hc11%2Fsim-main.h;h=ac57f989bd730d08d85b6e9727e93a4946e51e2b;hb=034685f9ce92cf6dfb6656745365b6a5904a8e84;hp=9c0a1ed00fc2e16005376f535498d8e38b894860;hpb=27b97b40bca216097d16d53fa9408a70cd281479;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/m68hc11/sim-main.h b/sim/m68hc11/sim-main.h index 9c0a1ed00f..ac57f989bd 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;