mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 21:16:05 +02:00
FpDebug: remove accidentally committed debugln !442
This commit is contained in:
parent
6d4ad25144
commit
13306efd3f
@ -164,7 +164,6 @@ begin
|
|||||||
OutSideFrame := StackPointer + 1 * AddressSize < FrameBasePointer + 2 * AddressSize
|
OutSideFrame := StackPointer + 1 * AddressSize < FrameBasePointer + 2 * AddressSize
|
||||||
else
|
else
|
||||||
OutSideFrame := AfterCallOut;
|
OutSideFrame := AfterCallOut;
|
||||||
if not OutSideFrame then debugln(['>>>>>>>>>>>> ####### FRAME UNWIND - new code update to better']);
|
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user