浏览代码

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

git-svn-id: trunk@31447 -

Jonas Maebe 10 年之前
父节点
当前提交
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];