Browse Source

* stdcall

peter 20 years ago
parent
commit
9e9d7ec6f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw0925.pp

+ 1 - 1
tests/webtbs/tw0925.pp

@@ -2,7 +2,7 @@
 
 
 {$asmmode intel}
 {$asmmode intel}
 
 
-  PROCEDURE Cursor(Form: word);assembler;
+  PROCEDURE Cursor(Form: word);assembler;stdcall;
   asm
   asm
      mov cx,word ptr[Form]
      mov cx,word ptr[Form]
      and cx,1F1Fh
      and cx,1F1Fh