mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 00:09:26 +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
|
type
|
||||||
{ this is written to ppus during token recording for generics so it must be packed }
|
{ 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;
|
alignment : talignmentinfo;
|
||||||
globalswitches : tglobalswitches;
|
globalswitches : tglobalswitches;
|
||||||
targetswitches : ttargetswitches;
|
targetswitches : ttargetswitches;
|
||||||
|
Loading…
Reference in New Issue
Block a user