]> sourceware.org Git - glibc.git/commitdiff
entered into RCS
authorRoland McGrath <roland@gnu.org>
Fri, 18 Mar 1994 06:02:48 +0000 (06:02 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 18 Mar 1994 06:02:48 +0000 (06:02 +0000)
sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h

index c843b8d3cc69fee1be7869ef0ae2a4a0b6e8bcc9..43ef480ee9d5632e2b1ac7d4bbcdb7f81baa66cb 100644 (file)
@@ -43,9 +43,9 @@ Cambridge, MA 02139, USA.  */
 
 #define DO_CALL(syscall, args)                                               \
   movel syscall, d0;                                                         \
-  linkw fp, POUND(0);                                                        \
+  linkw a6, POUND(0);                                                        \
   trap POUND(0);                                                             \
-  unlk fp;                                                                   \
+  unlk a6;                                                                   \
   bcs error
 
 #define        ret     rts
This page took 0.041499 seconds and 5 git commands to generate.