Permit `--constant 0'.
authorTaylor R Campbell <campbell@mumble.net>
Mon, 9 May 2011 21:30:19 +0000 (21:30 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Mon, 9 May 2011 21:30:19 +0000 (21:30 +0000)
The band loader figures out the size of the constant space anyway.
Is there ever any reason to use the `--constant' option at all?

src/microcode/memmag.c

index 5f7628d4e7fcbc35963bf2d1ac131ca6d4c8e1d9..45580386f08e2089e193e76c31e1c60651cc6a39 100644 (file)
@@ -114,7 +114,7 @@ setup_memory (unsigned long heap_size,
   ALLOCATE_REGISTERS ();
 
   /* Consistency check 1 */
-  if ((heap_size == 0) || (stack_size == 0) || (constant_size == 0))
+  if ((heap_size == 0) || (stack_size == 0))
     {
       outf_fatal ("Configuration won't hold initial data.\n");
       outf_flush_fatal ();