sim: mn10300: delete unused memory code
[deliverable/binutils-gdb.git] / sim / mn10300 / sim-main.h
index 3781da0ee112c3e06ca0db8e8774eb0b8eb50791..847506e4fe9157a1c5a66c3262f0b5a0891b7d6f 100644 (file)
 #include "itable.h"
 #include "idecode.h"
 
-typedef instruction_address sim_cia;
-typedef struct _sim_cpu SIM_CPU;
-
-/* FIXME: Perhaps igen should generate access macros for
-   `instruction_address' that we could use.  */
-/*#define CIA_ADDR(cia) ((cia).ip) doesn't work for mn10300*/
-
 #define WITH_WATCHPOINTS 1
 
 #define SIM_CORE_SIGNAL(SD,CPU,CIA,MAP,NR_BYTES,ADDR,TRANSFER,ERROR)  \
This page took 0.02541 seconds and 4 git commands to generate.