aboutsummaryrefslogtreecommitdiff
path: root/sim/ft32/sim-main.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ft32/sim-main.h')
-rw-r--r--sim/ft32/sim-main.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/ft32/sim-main.h b/sim/ft32/sim-main.h
index 1aa4248..a4f5f6d 100644
--- a/sim/ft32/sim-main.h
+++ b/sim/ft32/sim-main.h
@@ -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;