sim: replace CIA_{GET,SET} with CPU_PC_{GET,SET}
[deliverable/binutils-gdb.git] / sim / ft32 / sim-main.h
index 1aa4248dc30e673658e886428b78a82fa178a03d..a4f5f6dcef03629e700acde9ca42f12d9809f479 100644 (file)
@@ -35,8 +35,6 @@ typedef struct _sim_cpu SIM_CPU;
 struct _sim_cpu {
 
   /* The following are internal simulator state variables: */
-#define CIA_GET(CPU) ((CPU)->state.pc + 0)
-#define CIA_SET(CPU,CIA) ((CPU)->state.pc = (CIA))
 
   struct ft32_cpu_state state;
 
This page took 0.024557 seconds and 4 git commands to generate.