mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-05 12:29:32 +01:00
fix ffi_cif record for loongarch
This commit is contained in:
parent
d18f31d156
commit
061c8b5f25
@ -398,6 +398,9 @@ type
|
|||||||
{$ifndef DARWIN}
|
{$ifndef DARWIN}
|
||||||
nfixedargs: cuint;
|
nfixedargs: cuint;
|
||||||
{$endif}
|
{$endif}
|
||||||
|
{$elseif defined(CPULOONGARCH64)}
|
||||||
|
loongarch_nfixedargs: cuint;
|
||||||
|
loongarch_unused: cuint;
|
||||||
{$endif}
|
{$endif}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user