]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/sh64/sim-main.h
sim: replace CIA_{GET,SET} with CPU_PC_{GET,SET}
[thirdparty/binutils-gdb.git] / sim / sh64 / sim-main.h
index b988e8eff6241ac33fe160c3ddd9e962fc9ef75b..99f0406342f175bef2a2951511eb5ad6c65d11c8 100644 (file)
@@ -22,9 +22,6 @@ typedef struct _sim_cpu SIM_CPU;
 /* These must be defined before sim-base.h.  */
 typedef UDI sim_cia;
 
-#define CIA_GET(cpu)     CPU_PC_GET (cpu)
-#define CIA_SET(cpu,val) CPU_PC_SET ((cpu), (val) | (sh64_h_ism_get (cpu)))
-
 #include "sim-base.h"
 #include "cgen-sim.h"
 #include "sh64-sim.h"