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 c843b8d..43ef480 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