浏览代码

* patch by J. Gareth Moreton: conditional Jump Inversion stoploop variable, resolves #36680

git-svn-id: trunk@44144 -
florian 5 年之前
父节点
当前提交
991ce83a2b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      compiler/aoptobj.pas

+ 2 - 0
compiler/aoptobj.pas

@@ -2006,6 +2006,8 @@ Unit AoptObj;
                             asml.remove(hp1);
                             hp1.free;
 
+                            stoploop := False;
+
                             if not CJLabel.is_used then
                               begin
                                 CJLabel := NCJLabel;