diff options
Diffstat (limited to 'sim/v850/sim-main.h')
-rw-r--r-- | sim/v850/sim-main.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/v850/sim-main.h b/sim/v850/sim-main.h index 0a02565..acdf1d7 100644 --- a/sim/v850/sim-main.h +++ b/sim/v850/sim-main.h @@ -61,9 +61,6 @@ struct _sim_cpu sim_cpu_base base; }; -#define CIA_GET(CPU) ((CPU)->reg.pc + 0) -#define CIA_SET(CPU,VAL) ((CPU)->reg.pc = (VAL)) - struct sim_state { sim_cpu *cpu[MAX_NR_PROCESSORS]; #if 0 |