소스 검색

* 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;