Explorar o código

+ added forgotten unaligned call

git-svn-id: trunk@18998 -
florian %!s(int64=14) %!d(string=hai) anos
pai
achega
8c2eb2fa36
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/verbose.pas

+ 1 - 1
compiler/verbose.pas

@@ -197,7 +197,7 @@ implementation
         pstate:=unaligned(fstate);
         while assigned(pstate) do
           begin
-            fstate:=pstate^.next;
+            unaligned(fstate):=pstate^.next;
             freemem(pstate);
             pstate:=unaligned(fstate);
           end;