From 9e9d7ec6f4b7b563b74286fdeb6db9e6abeb28e4 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 31 Jan 2005 17:01:59 +0000 Subject: [PATCH] * stdcall --- tests/webtbs/tw0925.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/webtbs/tw0925.pp b/tests/webtbs/tw0925.pp index ac5549505c..e7396d7c05 100644 --- a/tests/webtbs/tw0925.pp +++ b/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