2
0
Эх сурвалжийг харах

* first_parm_offset is 4 on i8086, not 8

git-svn-id: branches/i8086@23970 -
nickysn 12 жил өмнө
parent
commit
e944e142b8

+ 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;