Explorar el Código

+ added forgotten unaligned call

git-svn-id: trunk@18998 -
florian hace 14 años
padre
commit
8c2eb2fa36
Se han modificado 1 ficheros con 1 adiciones y 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;