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

git-svn-id: trunk@21587 -
This commit is contained in:
pierre 2012-06-12 22:55:37 +00:00
parent ae7dd3a930
commit a52699cf98

View File

@ -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;