Browse Source

* another ppc syscall fix

florian 23 years ago
parent
commit
32f8902edc
1 changed files with 6 additions and 2 deletions
  1. 6 2
      rtl/linux/syscalls.inc

+ 6 - 2
rtl/linux/syscalls.inc

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