mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 22:29:24 +02:00
* Make clongdouble 16 bytes on Darwin.
git-svn-id: trunk@8113 -
This commit is contained in:
parent
2fbe0038b9
commit
c5ac7638ed
@ -79,7 +79,7 @@ type
|
||||
{$define longdouble_assignment_overload}
|
||||
clongdouble = packed record
|
||||
value:extended;
|
||||
{$ifdef cpu64}
|
||||
{$ifdef defined(cpu64) or defined(darwin)}
|
||||
padding:array[0..5] of byte;
|
||||
{$else}
|
||||
padding:array[0..1] of byte;
|
||||
|
Loading…
Reference in New Issue
Block a user