瀏覽代碼

* fixed endless loop in TCGPara.ppuwrite

git-svn-id: trunk@15355 -
Jonas Maebe 15 年之前
父節點
當前提交
6fa584fc12
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      compiler/parabase.pas

+ 1 - 0
compiler/parabase.pas

@@ -280,6 +280,7 @@ implementation
 {$endif}
                 ppufile.putlongint(longint(hparaloc^.register));
               end;
+            hparaloc:=hparaloc^.Next;
           end;
       end;