Browse Source

* test_int31 needs stdcall modifier

git-svn-id: trunk@8551 -
pierre 18 năm trước cách đây
mục cha
commit
6d8b346113
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      rtl/watcom/watcom.pp

+ 1 - 1
rtl/watcom/watcom.pp

@@ -209,7 +209,7 @@ interface
       end;
 
 
-    procedure test_int31(flag : longint);
+    procedure test_int31(flag : longint); stdcall; { flag is pushed on stack }
       begin
          asm
             pushl %ebx