Browse Source

* fixed endless loop in TCGPara.ppuwrite

git-svn-id: trunk@15355 -
Jonas Maebe 15 years ago
parent
commit
6fa584fc12
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/parabase.pas

+ 1 - 0
compiler/parabase.pas

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