فهرست منبع

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