sim: replace CIA_{GET,SET} with CPU_PC_{GET,SET}
[deliverable/binutils-gdb.git] / sim / bfin / sim-main.h
index f8c2ba2a3dca127728bd5dd6e12ab61591721f3c..614d1b6e5a58a91143a4aa7695e95a68c8bfab81 100644 (file)
@@ -26,9 +26,6 @@
 
 typedef unsigned32 sim_cia;
 
-#define CIA_GET(cpu)     CPU_PC_GET (cpu)
-#define CIA_SET(cpu,val) CPU_PC_SET ((cpu), (val))
-
 typedef struct _sim_cpu SIM_CPU;
 
 #include "bfin-sim.h"
This page took 0.024105 seconds and 4 git commands to generate.