allow build settings to be overriden by adding mk/validate.mk
[ghc-hetmet.git] / includes / RtsFlags.h
index 4bfe276..88a6346 100644 (file)
@@ -43,6 +43,8 @@ struct GC_FLAGS {
     rtsBool frontpanel;
 
     int idleGCDelayTime;       /* in milliseconds */
+
+    StgWord heapBase;           /* address to ask the OS for memory */
 };
 
 struct DEBUG_FLAGS {