Browse Source

+ added forgotten unaligned call

git-svn-id: trunk@18998 -
florian 14 năm trước cách đây
mục cha
commit
8c2eb2fa36
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;