* sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Undo
authorAndreas Schwab <schwab@suse.de>
Mon, 16 Nov 1998 02:41:56 +0000 (02:41 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 16 Nov 1998 02:41:56 +0000 (02:41 +0000)
last change.
Mon Nov 16 11:17:31 1998  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

* sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Undo
last change.

ChangeLog
sysdeps/unix/sysv/linux/m68k/sysdep.h

index 35d92d3..4a2669d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Nov 16 11:17:31 1998  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
+
+       * sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Undo
+       last change.
+
 1998-11-13  Ulrich Drepper  <drepper@cygnus.com>
 
        * stdio-common/vfscanf.c: Don't return -1 in case of an invalid
index 08047eb..d445471 100644 (file)
@@ -170,7 +170,8 @@ SYSCALL_ERROR_LABEL:                                                              \
        register int _d0 asm ("%d0") = __NR_##name;     \
        asm volatile ("trap #0"                         \
                     : "=d" (_d0)                       \
-                    : "0" (_d0) ASM_ARGS_##nr);        \
+                    : "0" (_d0) ASM_ARGS_##nr          \
+                    : "d0");                           \
        _sys_result = _d0;                              \
      }                                                 \
      if (_sys_result >= (unsigned int) -4095)          \