* fixed runtime

This commit is contained in:
peter 2003-10-23 14:42:26 +00:00
parent 5538700c8a
commit dacd24d1d0

View File

@ -8,7 +8,7 @@
function GetDynamicMethod(AClass: TClass; Index: Integer): Pointer; assembler;
asm
CALL System.@Halt
CALL System.@Paramcount
end;
begin