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