X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FStorage.c;h=3594f7197f8e6a1a629afdda8407320780ed66ce;hp=d3b059768b09edcc0ef8bc65e2d5c6a83547dd43;hb=7b1b3279afe25b4e65ee9ebbafc5e9e38a3b888b;hpb=444006bcc30b9fd0db3d2f9430eb21b4f98ba74f diff --git a/rts/Storage.c b/rts/Storage.c index d3b0597..3594f71 100644 --- a/rts/Storage.c +++ b/rts/Storage.c @@ -127,7 +127,7 @@ initStorage( void ) RtsFlags.GcFlags.minAllocAreaSize > RtsFlags.GcFlags.maxHeapSize) { errorBelch("maximum heap size (-M) is smaller than minimum alloc area size (-A)"); - exit(1); + RtsFlags.GcFlags.minAllocAreaSize = RtsFlags.GcFlags.maxHeapSize; } initBlockAllocator();