* interp.c (MEM_SIZE): Increase default memory size from 2 to 8
authorThiemo Seufer <ths@networkno.de>
Mon, 19 Feb 2007 12:27:02 +0000 (12:27 +0000)
committerThiemo Seufer <ths@networkno.de>
Mon, 19 Feb 2007 12:27:02 +0000 (12:27 +0000)
MBytes.

sim/mips/ChangeLog
sim/mips/interp.c

index c6b058934e55b5bacc460cddbf788b97ce6e843f..44fd87f3f0525c0a2439e01317c2e4716eb10202 100644 (file)
@@ -1,3 +1,9 @@
+2007-02-19  Thiemo Seufer <ths@mips.com>
+            Nigel Stephens  <nigel@mips.com>
+
+       * interp.c (MEM_SIZE): Increase default memory size from 2 to 8
+       MBytes.
+
 2007-02-17  Thiemo Seufer  <ths@mips.com>
 
        * configure.ac (mips*-sde-elf*): Move in front of generic machine
index 043d76d10d3db8b73aeec8c28a1ab25dc0f8ef4b..a8921f9de5fc09b3ea7db7eb0c7b3e2264a720cd 100644 (file)
@@ -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)
This page took 0.042488 seconds and 4 git commands to generate.