mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:29:14 +02:00
* added mov errno,%eax
This commit is contained in:
parent
0e999633e3
commit
9adbeab70d
@ -39,6 +39,7 @@ asm
|
|||||||
jmp .LNoThread
|
jmp .LNoThread
|
||||||
.LThread:
|
.LThread:
|
||||||
movl %eax,%ebx
|
movl %eax,%ebx
|
||||||
|
movl Errno,%eax
|
||||||
call *%ecx
|
call *%ecx
|
||||||
movl %ebx,(%eax)
|
movl %ebx,(%eax)
|
||||||
.LNoThread:
|
.LNoThread:
|
||||||
@ -351,7 +352,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.14 2004-03-10 21:41:53 jonas
|
Revision 1.15 2004-05-28 21:41:49 marco
|
||||||
|
* added mov errno,%eax
|
||||||
|
|
||||||
|
Revision 1.14 2004/03/10 21:41:53 jonas
|
||||||
* fixed syscall return value checking
|
* fixed syscall return value checking
|
||||||
|
|
||||||
Revision 1.13 2004/03/03 22:10:48 peter
|
Revision 1.13 2004/03/03 22:10:48 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user