mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 19:29:24 +02:00
* fixed recording caught exceptions on the exception stack in
FPC_psabi_begin_catchh git-svn-id: branches/debug_eh@40341 -
This commit is contained in:
parent
4d262e0eca
commit
e2664e5c30
@ -836,7 +836,7 @@ function FPC_psabi_begin_catch(exc:PFPC_Unwind_Exception): pointer; cdecl; compi
|
||||
if _ExceptObjectStack<>ExceptWrapper then
|
||||
begin
|
||||
ExceptWrapper^.Next:=_ExceptObjectStack;
|
||||
_ExceptObjectStack:=ExceptWrapper;
|
||||
ExceptObjectStack:=ExceptWrapper;
|
||||
end;
|
||||
|
||||
result:= ExceptWrapper^.FObject;
|
||||
|
Loading…
Reference in New Issue
Block a user