mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 00:19:24 +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
|
||||
if (target_info.system in [system_i386_darwin,system_i386_iphonesim,system_arm_darwin]) then
|
||||
case floattype of
|
||||
sc80real,
|
||||
s80real: result:=16;
|
||||
s64real,
|
||||
s64currency,
|
||||
|
Loading…
Reference in New Issue
Block a user