mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 06:29:32 +02:00
* on aarch64-darwin, the unused part of function results is not cleared
This commit is contained in:
parent
d2edd6fd2f
commit
a517ada539
@ -311,7 +311,7 @@ unit cpupara;
|
||||
|
||||
This is not required for iOS, where the result is zero/sign extended.
|
||||
}
|
||||
if (target_info.abi<>abi_aarch64_darwin) and
|
||||
if (target_info.system<>system_aarch64_ios) and
|
||||
(side=callerside) and (result.location^.loc = LOC_REGISTER) and
|
||||
(result.def.size<8) and is_ordinal(result.def) then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user