2
0
Эх сурвалжийг харах

* fix integer message dispatch on ppc64-darwin by temporarily setting the correct record alignment

git-svn-id: trunk@16271 -
tom_at_work 14 жил өмнө
parent
commit
0cb36ee173
1 өөрчлөгдсөн 3 нэмэгдсэн , 1 устгасан
  1. 3 1
      rtl/inc/objpas.inc

+ 3 - 1
rtl/inc/objpas.inc

@@ -546,6 +546,8 @@
       procedure TObject.Dispatch(var message);
 
         type
+{$PUSH}
+{$PACKRECORDS NORMAL}
            PMsgIntTable = ^TMsgIntTable;
            TMsgIntTable = record
               index : dword;
@@ -557,7 +559,7 @@
               count : longint;
               msgs : array[0..0] of TMsgIntTable;
            end;
-
+{$POP}
         var
            index : dword;
            count,i : longint;