sim: replace CIA_{GET,SET} with CPU_PC_{GET,SET}
[deliverable/binutils-gdb.git] / sim / arm / sim-main.h
index 8b64287a22b7df0d3d94d670219f538255d6eb6f..087ddd51e5ebfa816fd189490c6469738eb4cd13 100644 (file)
@@ -33,9 +33,6 @@ typedef struct _sim_cpu SIM_CPU;
 
 extern struct ARMul_State *state;
 
-#define CIA_GET(cpu)     PC
-#define CIA_SET(cpu,val) ARMul_SetPC (state, (val))
-
 struct _sim_cpu {
 
   sim_cpu_base base;
This page took 0.023951 seconds and 4 git commands to generate.