mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 05:00:07 +02:00
* Implement GetCodeAddress for TRttiInstanceMethod
This commit is contained in:
parent
2c9870f85a
commit
ef6612170c
@ -1765,7 +1765,7 @@ end;
|
||||
|
||||
function TRttiInstanceMethod.GetCodeAddress: CodePointer;
|
||||
begin
|
||||
Result:=Nil
|
||||
Result:=FHandle^.CodeAddress;
|
||||
end;
|
||||
|
||||
function TRttiInstanceMethod.GetDispatchKind: TDispatchKind;
|
||||
|
Loading…
Reference in New Issue
Block a user