Browse Source

* test_int31 needs stdcall modifier

git-svn-id: trunk@8551 -
pierre 18 years ago
parent
commit
6d8b346113
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/watcom/watcom.pp

+ 1 - 1
rtl/watcom/watcom.pp

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