mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:39:28 +02:00
+ comment explaining previous change
git-svn-id: branches/debug_eh@41376 -
This commit is contained in:
parent
502febc968
commit
a24d75ed3d
@ -534,6 +534,8 @@ implementation
|
||||
if not(fc_catching_exceptions in flowcontrol) and
|
||||
use_cleanup(exceptframekind) then
|
||||
begin
|
||||
{ Resume might not be called outside of an landing pad else
|
||||
the unwind is immediatly terminated, so create an empty landing pad }
|
||||
psabiehprocinfo:=current_procinfo as tpsabiehprocinfo;
|
||||
psabiehprocinfo.CreateNewPSABIEHCallsite;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user