mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 00:50:17 +02:00
+ flag when a procedure generated exception table data
git-svn-id: branches/debug_eh@41283 -
This commit is contained in:
parent
dfe37de0a1
commit
e2c83edc2a
@ -702,7 +702,9 @@ interface
|
||||
to restore DS segment register }
|
||||
pi_has_open_array_parameter,
|
||||
{ subroutine uses threadvars }
|
||||
pi_uses_threadvar
|
||||
pi_uses_threadvar,
|
||||
{ set if the procedure has generated data which shall go in an except table }
|
||||
pi_has_except_table_data
|
||||
);
|
||||
tprocinfoflags=set of tprocinfoflag;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user