diff options
Diffstat (limited to 'include/gdb/sim-cr16.h')
-rw-r--r-- | include/gdb/sim-cr16.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/gdb/sim-cr16.h b/include/gdb/sim-cr16.h index 2f41303847b..a008977580e 100644 --- a/include/gdb/sim-cr16.h +++ b/include/gdb/sim-cr16.h @@ -20,15 +20,6 @@ #if !defined (SIM_CR16_H) #define SIM_CR16_H -enum - { - SIM_CR16_MEMORY_UNIFIED = 0x00000000, - SIM_CR16_MEMORY_INSN = 0x10000000, - SIM_CR16_MEMORY_DATA = 0x10000000, - SIM_CR16_MEMORY_DMAP = 0x10000000, - SIM_CR16_MEMORY_IMAP = 0x10000000 - }; - /* The simulator makes use of the following register information. */ enum sim_cr16_regs |