Browse Source

* first_parm_offset is 4 on i8086, not 8

git-svn-id: branches/i8086@23970 -
nickysn 12 năm trước cách đây
mục cha
commit
e944e142b8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/systems/i_msdos.pas

+ 1 - 1
compiler/systems/i_msdos.pas

@@ -85,7 +85,7 @@ unit i_msdos;
                 recordalignmax  : 2;
                 maxCrecordalign : 2
               );
-            first_parm_offset : 8;
+            first_parm_offset : 4;
             stacksize    : 16384;
             stackalign   : 2;
             abi          : abi_default;