The ffi_closure_alloc return fCode is real do

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

View File

@ -796,7 +796,7 @@ end;
function TFFIFunctionCallback.GetCodeAddress: CodePointer;
begin
Result := fData;
Result := fCode;
end;
constructor TFFIFunctionCallback.Create(aContext: Pointer; aCallConv: TCallConv; constref aArgs: array of TFunctionCallParameterInfo; aResultType: PTypeInfo; aFlags: TFunctionCallFlags);