sim: cr16: convert to common sim memory modules
[deliverable/binutils-gdb.git] / include / gdb / sim-cr16.h
index 2f41303847b3c3a20aeeeec58007557af74bb02f..a008977580eacf7cbcc54486925b73accecaf7df 100644 (file)
 #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
This page took 0.023356 seconds and 4 git commands to generate.