mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-11 00:19:35 +01:00
* ait_jcatch should not be skipped by optimizers, as it does result in
control flow git-svn-id: trunk@31447 -
This commit is contained in:
parent
3f9f498e0d
commit
c3a7d76c68
@ -276,7 +276,7 @@ interface
|
|||||||
,ait_directive
|
,ait_directive
|
||||||
,ait_varloc,
|
,ait_varloc,
|
||||||
{$ifdef JVM}
|
{$ifdef JVM}
|
||||||
ait_jvar, ait_jcatch,
|
ait_jvar,
|
||||||
{$endif JVM}
|
{$endif JVM}
|
||||||
ait_seh_directive];
|
ait_seh_directive];
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user