Просмотр исходного кода

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

git-svn-id: trunk@31447 -

Jonas Maebe 10 лет назад
Родитель
Сommit
c3a7d76c68
1 измененных файлов с 1 добавлено и 1 удалено
  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];