浏览代码

* stdcall

peter 20 年之前
父节点
当前提交
9e9d7ec6f4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/webtbs/tw0925.pp

+ 1 - 1
tests/webtbs/tw0925.pp

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