mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-23 00:51:28 +02:00
* addw fix for main thread.
This commit is contained in:
parent
396e59f7ad
commit
835dc63a35
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user