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

MIPS packed record are not working yet, so do not use them for TSEttings record

git-svn-id: trunk@21587 -
pierre 13 жил өмнө
parent
commit
a52699cf98
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      compiler/globals.pas

+ 2 - 1
compiler/globals.pas

@@ -118,7 +118,8 @@ interface
 
     type
        { this is written to ppus during token recording for generics so it must be packed }
-       tsettings = packed record
+       tsettings = {$ifndef MIPS} packed {$endif}
+                   record
          alignment       : talignmentinfo;
          globalswitches  : tglobalswitches;
          targetswitches  : ttargetswitches;