* addw fix for main thread.

This commit is contained in:
marco 2000-09-19 09:25:17 +00:00
parent 396e59f7ad
commit 835dc63a35

View File

@ -78,7 +78,7 @@ function Do_SysCall(sysnr,param1:integer):longint; assembler;
movl sysnr,%eax movl sysnr,%eax
pushw Param1 pushw Param1
call actualsyscall call actualsyscall
addw $2,%esp add $2,%esp
movw %bx,Errno movw %bx,Errno
end; end;
@ -455,7 +455,10 @@ end;
{ {
$Log$ $Log$
Revision 1.2 2000-09-18 13:42:35 marco Revision 1.3 2000-09-19 09:25:17 marco
* addw fix for main thread.
Revision 1.2 2000/09/18 13:42:35 marco
* FreeBSD support into 1.1 * FreeBSD support into 1.1
Revision 1.4 2000/09/11 14:38:10 marco Revision 1.4 2000/09/11 14:38:10 marco