sim: replace CIA_{GET,SET} with CPU_PC_{GET,SET}
[deliverable/binutils-gdb.git] / sim / cr16 / sim-main.h
index ec94a82920eafa92bac6151064896fd736856b21..96254f194135360b86572077b5a78f4cee389609 100644 (file)
@@ -32,9 +32,6 @@ typedef struct _sim_cpu SIM_CPU;
 
 #include "cr16_sim.h"
 
-#define CIA_GET(cpu)     PC
-#define CIA_SET(cpu,val) SET_PC (val)
-
 struct _sim_cpu {
 
   sim_cpu_base base;
This page took 0.029162 seconds and 4 git commands to generate.