This commit is contained in:
Vitor Santos Costa 2016-07-31 04:35:00 -05:00
parent f474dbdb2a
commit d8fd3de13a

View File

@ -1039,7 +1039,7 @@ restore_heap_regs( USES_REGS1 )
HeapTop = AddrAdjust(HeapTop);
*((YAP_SEG_SIZE *) HeapTop) = InUseFlag;
}
HeapMax = HeapUsed = OldHeapUsed;
// HeapMax = HeapUsed = OldHeapUsed;
HeapLim = LOCAL_GlobalBase;
}