aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/interp.c
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2007-02-19 12:27:02 +0000
committerThiemo Seufer <ths@networkno.de>2007-02-19 12:27:02 +0000
commitc88471452a9c275da39f0cdcd2c05c3c7a4e7e4a (patch)
tree86ab9befaeaa298de093654907708af34a349862 /sim/mips/interp.c
parentee268f7c7fb032f93fe9d1e002be5ab492aabb13 (diff)
downloadgdb-c88471452a9c275da39f0cdcd2c05c3c7a4e7e4a.zip
gdb-c88471452a9c275da39f0cdcd2c05c3c7a4e7e4a.tar.gz
gdb-c88471452a9c275da39f0cdcd2c05c3c7a4e7e4a.tar.bz2
* interp.c (MEM_SIZE): Increase default memory size from 2 to 8
MBytes.
Diffstat (limited to 'sim/mips/interp.c')
-rw-r--r--sim/mips/interp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mips/interp.c b/sim/mips/interp.c
index 043d76d..a8921f9 100644
--- a/sim/mips/interp.c
+++ b/sim/mips/interp.c
@@ -156,7 +156,7 @@ static SIM_ADDR lsipmon_monitor_base = 0xBFC00200;
static SIM_RC sim_firmware_command (SIM_DESC sd, char* arg);
-#define MEM_SIZE (2 << 20)
+#define MEM_SIZE (8 << 20) /* 8 MBytes */
#if defined(TRACE)