diff src/sheap.c @ 263:727739f917cb r20-5b30

Import from CVS: tag r20-5b30
author cvs
date Mon, 13 Aug 2007 10:24:41 +0200
parents 11cf20601dec
children 8efd647ea9ca
line wrap: on
line diff
--- a/src/sheap.c	Mon Aug 13 10:23:52 2007 +0200
+++ b/src/sheap.c	Mon Aug 13 10:24:41 2007 +0200
@@ -25,10 +25,10 @@
 #include "sheap-adjust.h"
 
 #ifdef MULE
-#define STATIC_HEAP_BASE	0x500000
+#define STATIC_HEAP_BASE	0x600000
 #define STATIC_HEAP_SLOP	0x30000
 #else
-#define STATIC_HEAP_BASE	0x400000
+#define STATIC_HEAP_BASE	0x500000
 #define STATIC_HEAP_SLOP	0x30000
 #endif
 #define STATIC_HEAP_SIZE \