A few fixes
authorceriel <none@none>
Thu, 7 Nov 1991 11:36:09 +0000 (11:36 +0000)
committerceriel <none@none>
Thu, 7 Nov 1991 11:36:09 +0000 (11:36 +0000)
mach/sparc/libsys/_pipe.s
mach/sparc/libsys/pipe.s
mach/sparc/libsys/unmount.s

index a7807a8..ad6cc57 100644 (file)
@@ -1,3 +1,10 @@
 #include "SYS.h"
 
-_SYS_call_1(pipe)
+LABEL__(pipe); ENTRY1
+LABEL(pipe)
+       mov     %o0,%o2
+       BODY1(pipe)
+       st      %o0,[%o2]
+       st      %o1,[%o2+4]
+       retl
+       clr     %o0
index eb5caa0..86620c1 100644 (file)
@@ -1,3 +1,9 @@
 #include "SYS.h"
 
-SYS_call_1(pipe)
+LABEL_(pipe); ENTRY1;
+       mov     %o0,%o2
+       BODY1(pipe)
+       st      %o0,[%o2]
+       st      %o1,[%o2+4]
+       retl
+       clr     %o0
index 43c3c92..1749ea7 100644 (file)
@@ -6,3 +6,4 @@ SYS_call_1(umount)
 
 _unmount:      
        b       _umount
+       nop