Formerly unix/bsd/m68k/__pipe.S.~2~
authorRoland McGrath <roland@gnu.org>
Fri, 11 Jun 1993 19:44:48 +0000 (19:44 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 11 Jun 1993 19:44:48 +0000 (19:44 +0000)
sysdeps/unix/bsd/m68k/pipe.S

index 26ca4cb..4dcf931 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -19,7 +19,7 @@ Cambridge, MA 02139, USA.  */
 #include <sysdep.h>
 
 SYSCALL__ (pipe, 1)
-       moveal sp@(4), a0
+       movel sp@(4), a0
        moveml d0-d1, a0@
        clrl d0
        rts