mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 15:10:41 +02:00
* another ppc syscall fix
This commit is contained in:
parent
7d0cfc8482
commit
32f8902edc
@ -99,6 +99,7 @@ asm
|
||||
lwz r4, 8(r4)
|
||||
{ Go ! }
|
||||
sc
|
||||
bnslr
|
||||
{ Put back the registers... }
|
||||
lwz r0, tmp
|
||||
stw r3, 4(r0)
|
||||
@ -582,7 +583,10 @@ end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.9 2002-09-02 20:03:20 florian
|
||||
Revision 1.10 2002-09-02 20:42:22 florian
|
||||
* another ppc syscall fix
|
||||
|
||||
Revision 1.9 2002/09/02 20:03:20 florian
|
||||
* ppc syscall code fixed
|
||||
|
||||
Revision 1.8 2002/08/19 18:24:05 jonas
|
||||
@ -602,4 +606,4 @@ end;
|
||||
* merge unix updates from the 1.0 branch, mostly related to the
|
||||
solaris target
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user