fix ffi_cif record for loongarch

This commit is contained in:
Jinyang He 2024-07-16 14:03:02 +08:00
parent d18f31d156
commit 061c8b5f25

View File

@ -398,6 +398,9 @@ type
{$ifndef DARWIN}
nfixedargs: cuint;
{$endif}
{$elseif defined(CPULOONGARCH64)}
loongarch_nfixedargs: cuint;
loongarch_unused: cuint;
{$endif}
end;