mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:29:29 +02:00
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:
parent
ae7dd3a930
commit
a52699cf98
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user