* first_parm_offset is 4 on i8086, not 8

git-svn-id: branches/i8086@23970 -
This commit is contained in:
nickysn 2013-03-23 01:47:31 +00:00
parent 7fec59c454
commit e944e142b8

View File

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