* interp.c (MEM_SIZE): Increase default memory size from 2 to 8

MBytes.
This commit is contained in:
Thiemo Seufer 2007-02-19 12:27:02 +00:00
parent ee268f7c7f
commit c88471452a
2 changed files with 7 additions and 1 deletions

View 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

View 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)