Explorar o código

* fixed endless loop in TCGPara.ppuwrite

git-svn-id: trunk@15355 -
Jonas Maebe %!s(int64=15) %!d(string=hai) anos
pai
achega
6fa584fc12
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;