Explorar el Código

* fixed runtime

peter hace 22 años
padre
commit
dacd24d1d0
Se han modificado 1 ficheros con 1 adiciones y 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