mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:59:16 +02:00
FpDebug: remove accidentally committed debugln !442
(cherry picked from commit 13306efd3f
)
This commit is contained in:
parent
8e76db50e2
commit
824107bf28
@ -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