sim: replace CIA_{GET,SET} with CPU_PC_{GET,SET}
[deliverable/binutils-gdb.git] / sim / d10v / sim-main.h
index c83c78c8ed37a70827a95c8dfdc856d82421c36e..7eb0b90c4214c0d9eb340cc276b16aca116cf1d7 100644 (file)
@@ -32,9 +32,6 @@ typedef struct _sim_cpu SIM_CPU;
 
 #include "d10v_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.024554 seconds and 4 git commands to generate.