compilation complaints on dead code

This commit is contained in:
Vitor Santos Costa 2016-06-17 16:26:58 +01:00
parent a1ec5e6198
commit 57161d83f4

View File

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