aboutsummaryrefslogtreecommitdiff
path: root/sim/mcore/sim-main.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/mcore/sim-main.h')
-rw-r--r--sim/mcore/sim-main.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/mcore/sim-main.h b/sim/mcore/sim-main.h
index 80b467a..f700059 100644
--- a/sim/mcore/sim-main.h
+++ b/sim/mcore/sim-main.h
@@ -30,9 +30,6 @@ typedef struct _sim_cpu SIM_CPU;
#include "sim-base.h"
#include "bfd.h"
-#define CIA_GET(cpu) (cpu)->pc
-#define CIA_SET(cpu,val) (cpu)->pc = (val)
-
struct _sim_cpu {
word pc;