Browse Source

* ait_jcatch should not be skipped by optimizers, as it does result in
control flow

git-svn-id: trunk@31447 -

Jonas Maebe 10 years ago
parent
commit
c3a7d76c68
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/aasmtai.pas

+ 1 - 1
compiler/aasmtai.pas

@@ -276,7 +276,7 @@ interface
                    ,ait_directive
                    ,ait_varloc,
 {$ifdef JVM}
-                   ait_jvar, ait_jcatch,
+                   ait_jvar,
 {$endif JVM}
                    ait_seh_directive];