summaryrefslogtreecommitdiff
path: root/sim/moxie/sim-main.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/moxie/sim-main.h')
-rw-r--r--sim/moxie/sim-main.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/moxie/sim-main.h b/sim/moxie/sim-main.h
index 6a2174bc124..3dd53fffc77 100644
--- a/sim/moxie/sim-main.h
+++ b/sim/moxie/sim-main.h
@@ -34,8 +34,6 @@ typedef struct _sim_cpu SIM_CPU;
struct _sim_cpu {
/* The following are internal simulator state variables: */
-#define CIA_GET(CPU) ((CPU)->registers[PCIDX] + 0)
-#define CIA_SET(CPU,CIA) ((CPU)->registers[PCIDX] = (CIA))
/* To keep this default simulator simple, and fast, we use a direct
vector of registers. The internal simulator engine then uses
@@ -54,4 +52,3 @@ struct sim_state {
};
#endif
-