mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 09:28:19 +02:00
* fixed previous commit
This commit is contained in:
parent
30780f5859
commit
88e72a69da
@ -36,6 +36,7 @@ asm
|
||||
testl %ecx,%ecx
|
||||
jne .LThread
|
||||
movl %eax,Errno+4
|
||||
jmp .LNoThread
|
||||
.LThread:
|
||||
movl %eax,%ebx
|
||||
call *%ecx
|
||||
@ -79,6 +80,7 @@ asm
|
||||
testl %ecx,%ecx
|
||||
jne .LThread
|
||||
movl %eax,Errno+4
|
||||
jmp .LNoThread
|
||||
.LThread:
|
||||
movl %eax,%ebx
|
||||
call *%ecx
|
||||
@ -123,6 +125,7 @@ asm
|
||||
testl %ecx,%ecx
|
||||
jne .LThread
|
||||
movl %eax,Errno+4
|
||||
jmp .LNoThread
|
||||
.LThread:
|
||||
movl %eax,%ebx
|
||||
call *%ecx
|
||||
@ -168,6 +171,7 @@ asm
|
||||
testl %ecx,%ecx
|
||||
jne .LThread
|
||||
movl %eax,Errno+4
|
||||
jmp .LNoThread
|
||||
.LThread:
|
||||
movl %eax,%ebx
|
||||
call *%ecx
|
||||
@ -214,6 +218,7 @@ asm
|
||||
testl %ecx,%ecx
|
||||
jne .LThread
|
||||
movl %eax,Errno+4
|
||||
jmp .LNoThread
|
||||
.LThread:
|
||||
movl %eax,%ebx
|
||||
call *%ecx
|
||||
@ -261,6 +266,7 @@ asm
|
||||
testl %ecx,%ecx
|
||||
jne .LThread
|
||||
movl %eax,Errno+4
|
||||
jmp .LNoThread
|
||||
.LThread:
|
||||
movl %eax,%ebx
|
||||
call *%ecx
|
||||
@ -310,6 +316,7 @@ asm
|
||||
testl %ecx,%ecx
|
||||
jne .LThread
|
||||
movl %eax,Errno+4
|
||||
jmp .LNoThread
|
||||
.LThread:
|
||||
movl %eax,%ebx
|
||||
call *%ecx
|
||||
@ -344,7 +351,10 @@ end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.12 2004-03-03 22:03:10 peter
|
||||
Revision 1.13 2004-03-03 22:10:48 peter
|
||||
* fixed previous commit
|
||||
|
||||
Revision 1.12 2004/03/03 22:03:10 peter
|
||||
* regcall fix for threadvar
|
||||
|
||||
Revision 1.11 2004/02/06 23:06:16 florian
|
||||
|
Loading…
Reference in New Issue
Block a user