From: Andreas Schwab Date: Sun, 22 Jul 2001 18:18:34 +0000 (+0000) Subject: (INLINE_SYSCALL): Don't mark asm input operand as clobbered. X-Git-Tag: cvs/glibc-2_2_4~191 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3cb0c69c68a25a126b64aae0409f801afc986399;p=thirdparty%2Fglibc.git (INLINE_SYSCALL): Don't mark asm input operand as clobbered. --- diff --git a/sysdeps/unix/sysv/linux/m68k/sysdep.h b/sysdeps/unix/sysv/linux/m68k/sysdep.h index 23fcc55f310..6d0817cf2e1 100644 --- a/sysdeps/unix/sysv/linux/m68k/sysdep.h +++ b/sysdeps/unix/sysv/linux/m68k/sysdep.h @@ -171,7 +171,7 @@ SYSCALL_ERROR_LABEL: \ asm volatile ("trap #0" \ : "=d" (_d0) \ : "0" (_d0) ASM_ARGS_##nr \ - : "d0", "memory"); \ + : "memory"); \ _sys_result = _d0; \ } \ if (_sys_result >= (unsigned int) -4095) \