sim: move many common settings from CPPFLAGS to config.h
[deliverable/binutils-gdb.git] / sim / h8300 / sim-main.h
index e428d804532fbb778011a9894b95fc217444b375..6dbc1ac1c2b2475af14999ed8a7827bdee9ca5c9 100644 (file)
@@ -87,12 +87,6 @@ enum h8_typecodes {
 };
 
 #include "sim-basics.h"
-
-/* Define sim_cia.  */
-typedef unsigned32 sim_cia;
-
-typedef struct _sim_cpu SIM_CPU;
-
 #include "sim-base.h"
 
 /* Structure used to describe addressing */
@@ -155,8 +149,6 @@ struct sim_state {
 
 /* The current state of the processor; registers, memory, etc.  */
 
-#define CIA_GET(CPU)           (cpu_get_pc (CPU))
-#define CIA_SET(CPU, VAL)      (cpu_set_pc ((CPU), (VAL)))
 #define cpu_set_pc(CPU, VAL)   (((CPU)->pc)  = (VAL))
 #define cpu_get_pc(CPU)                (((CPU)->pc))
 
This page took 0.05291 seconds and 4 git commands to generate.