summaryrefslogtreecommitdiff
path: root/sim/mn10300/sim-main.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/mn10300/sim-main.h')
-rw-r--r--sim/mn10300/sim-main.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/mn10300/sim-main.h b/sim/mn10300/sim-main.h
index 47c017e5768..3781da0ee11 100644
--- a/sim/mn10300/sim-main.h
+++ b/sim/mn10300/sim-main.h
@@ -71,9 +71,6 @@ mn10300_core_signal ((SD), (CPU), (CIA), (MAP), (NR_BYTES), (ADDR), (TRANSFER),
/* FIXME: For moment, save/restore PC value found in struct State.
Struct State will one day go away, being placed in the sim_cpu
state. */
-#define CIA_GET(CPU) ((PC) + 0)
-#define CIA_SET(CPU,VAL) ((CPU)->cia = (VAL), PC = (VAL))
-
struct _sim_cpu {
sim_event *pending_nmi;