* another ppc syscall fix

This commit is contained in:
florian 2002-09-02 20:42:22 +00:00
parent 7d0cfc8482
commit 32f8902edc

View File

@ -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
}
}