mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 00:42:06 +02:00
* mark the current procedure if it has a non local exit, not the targetted one
git-svn-id: trunk@25288 -
This commit is contained in:
parent
bb397e2b2f
commit
bca6dafbc5
@ -337,8 +337,8 @@ implementation
|
||||
begin
|
||||
if not(assigned(exit_procinfo.nestedexitlabel)) then
|
||||
begin
|
||||
include(exit_procinfo.flags,pi_has_nested_exit);
|
||||
exclude(exit_procinfo.procdef.procoptions,po_inline);
|
||||
include(current_procinfo.flags,pi_has_nested_exit);
|
||||
exclude(current_procinfo.procdef.procoptions,po_inline);
|
||||
|
||||
exit_procinfo.nestedexitlabel:=tlabelsym.create('$nestedexit');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user