Explorar o código

* fixed runtime

peter %!s(int64=22) %!d(string=hai) anos
pai
achega
dacd24d1d0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/webtbs/tw2666.pp

+ 1 - 1
tests/webtbs/tw2666.pp

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