mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 16:49:20 +02:00
* fixed runtime
This commit is contained in:
parent
5538700c8a
commit
dacd24d1d0
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
function GetDynamicMethod(AClass: TClass; Index: Integer): Pointer; assembler;
|
function GetDynamicMethod(AClass: TClass; Index: Integer): Pointer; assembler;
|
||||||
asm
|
asm
|
||||||
CALL System.@Halt
|
CALL System.@Paramcount
|
||||||
end;
|
end;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user