sim: m32r: unify ELF & Linux traps logic
[deliverable/binutils-gdb.git] / sim / m32r / sim-main.h
index f89db483c8cf544ced0c51e566af02dfe80347bb..2ce989a897a1a8fd339cae5040279e3841cc0b77 100644 (file)
@@ -56,11 +56,4 @@ extern SIM_CORE_SIGNAL_FN m32r_core_signal;
 m32r_core_signal ((SD), (CPU), (CIA), (MAP), (NR_BYTES), (ADDR), \
                  (TRANSFER), (ERROR))
 
-/* Default memory size.  */
-#ifdef M32R_LINUX
-#define M32R_DEFAULT_MEM_SIZE 0x2000000 /* 32M */
-#else
-#define M32R_DEFAULT_MEM_SIZE 0x800000 /* 8M */
-#endif
-
 #endif /* SIM_MAIN_H */
This page took 0.022905 seconds and 4 git commands to generate.