mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 00:10:19 +02:00
* fixed compilation on x86_64 and ARM after r12891
git-svn-id: trunk@12903 -
This commit is contained in:
parent
d67dbcf030
commit
4e20c12326
@ -110,7 +110,7 @@ implementation
|
||||
{ other platforms don't have a "safecall" convention,
|
||||
and never reverse the parameter pushing order
|
||||
}
|
||||
if pd.proccalloption = pocall_safecall) then
|
||||
if (pd.proccalloption = pocall_safecall) then
|
||||
paranr:=paranr_result_leftright
|
||||
else
|
||||
{$endif}
|
||||
|
Loading…
Reference in New Issue
Block a user