aboutsummaryrefslogtreecommitdiff
path: root/sim/sh/sim-main.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/sh/sim-main.h')
-rw-r--r--sim/sh/sim-main.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/sh/sim-main.h b/sim/sh/sim-main.h
index 3ae5f0f..405f1cb 100644
--- a/sim/sh/sim-main.h
+++ b/sim/sh/sim-main.h
@@ -23,9 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
typedef address_word sim_cia;
-#define CIA_GET(cpu) saved_state.asregs.pc
-#define CIA_SET(cpu,val) saved_state.asregs.pc = (val)
-
typedef struct _sim_cpu SIM_CPU;
#include "sim-base.h"