compilation complaints on dead code
This commit is contained in:
parent
a1ec5e6198
commit
57161d83f4
2
C/save.c
2
C/save.c
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user