1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

* sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Remove

d0 from clobber list.
Fri Nov 13 11:57:21 1998  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

	* sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Remove
	d0 from clobber list.
This commit is contained in:
Andreas Schwab
1998-11-13 03:01:32 +00:00
parent d2537a474c
commit 2dc9c8cd69
2 changed files with 6 additions and 2 deletions

View File

@ -170,8 +170,7 @@ SYSCALL_ERROR_LABEL: \
register int _d0 asm ("%d0") = __NR_##name; \
asm volatile ("trap #0" \
: "=d" (_d0) \
: "0" (_d0) ASM_ARGS_##nr \
: "d0"); \
: "0" (_d0) ASM_ARGS_##nr); \
_sys_result = _d0; \
} \
if (_sys_result >= (unsigned int) -4095) \