Parcourir la source

* fixed runtime

peter il y a 22 ans
Parent
commit
dacd24d1d0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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