mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-01 23:39:48 +02:00
* make sure pmessage field is aligned
git-svn-id: trunk@17867 -
This commit is contained in:
parent
1a262bee80
commit
5148cb6ca8
@ -121,6 +121,7 @@ interface
|
||||
debugswitches : tdebugswitches;
|
||||
{ 0: old behaviour for sets <=256 elements
|
||||
>0: round to this size }
|
||||
pmessage : pmessagestaterecord;
|
||||
setalloc,
|
||||
packenum : shortint;
|
||||
|
||||
@ -138,7 +139,6 @@ interface
|
||||
minfpconstprec : tfloattype;
|
||||
|
||||
disabledircache : boolean;
|
||||
pmessage : pmessagestaterecord;
|
||||
|
||||
{ CPU targets with microcontroller support can add a controller specific unit }
|
||||
{$if defined(ARM) or defined(AVR)}
|
||||
@ -361,6 +361,7 @@ interface
|
||||
genwpoptimizerswitches : [];
|
||||
dowpoptimizerswitches : [];
|
||||
debugswitches : [];
|
||||
pmessage : nil;
|
||||
|
||||
setalloc : 0;
|
||||
packenum : 4;
|
||||
@ -429,7 +430,6 @@ interface
|
||||
minfpconstprec : s32real;
|
||||
|
||||
disabledircache : false;
|
||||
pmessage : nil;
|
||||
{$if defined(ARM)}
|
||||
controllertype : ct_none;
|
||||
{$endif defined(ARM)}
|
||||
|
Loading…
Reference in New Issue
Block a user