mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:29:14 +02:00
* fix alignment of sc80real on darwin
git-svn-id: trunk@19689 -
This commit is contained in:
parent
a1ff3b24b9
commit
5816f0951d
@ -2038,6 +2038,7 @@ implementation
|
|||||||
begin
|
begin
|
||||||
if (target_info.system in [system_i386_darwin,system_i386_iphonesim,system_arm_darwin]) then
|
if (target_info.system in [system_i386_darwin,system_i386_iphonesim,system_arm_darwin]) then
|
||||||
case floattype of
|
case floattype of
|
||||||
|
sc80real,
|
||||||
s80real: result:=16;
|
s80real: result:=16;
|
||||||
s64real,
|
s64real,
|
||||||
s64currency,
|
s64currency,
|
||||||
|
Loading…
Reference in New Issue
Block a user