Increase default memory size to 8MB.
authorAnthony Green <green@redhat.com>
Mon, 18 Mar 2002 21:43:15 +0000 (21:43 +0000)
committerAnthony Green <green@redhat.com>
Mon, 18 Mar 2002 21:43:15 +0000 (21:43 +0000)
sim/arm/ChangeLog
sim/arm/wrapper.c

index bf7256c4516517fc79225d6a0ba699bd3efc4a20..04c7e28087161648ebe68e61ae1c4d1cd0b967f6 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-17  Anthony Green  <green@redhat.com>
+
+       * wrapper.c (mem_size): Increase the default target memory to 8MB.
+
 2002-02-21  Keith Seitz  <keiths@redhat.com>
 
        * armos.c (SWIWrite0): Use generic host_callback mechanism
index e00c21b4ca39cacd76b0c80b6e86bd45f586f941..773ef354d86a681588a84dc7b98634404e44a1b1 100644 (file)
@@ -47,7 +47,7 @@ static SIM_OPEN_KIND sim_kind;
 static char *myname;
 
 /* Memory size in bytes.  */
-static int mem_size = (1 << 21);
+static int mem_size = (1 << 23);
 
 /* Non-zero to display start up banner, and maybe other things.  */
 static int verbosity;
This page took 0.026486 seconds and 4 git commands to generate.