From 279e20b3acc942fd9aa4551333baf280155bd816 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 18 May 1994 21:54:10 +0000 Subject: [PATCH] entered into RCS --- sysdeps/unix/sysv/sysv4/i386/sys-sig.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/unix/sysv/sysv4/i386/sys-sig.S b/sysdeps/unix/sysv/sysv4/i386/sys-sig.S index ac4c07b..58430e4 100644 --- a/sysdeps/unix/sysv/sysv4/i386/sys-sig.S +++ b/sysdeps/unix/sysv/sysv4/i386/sys-sig.S @@ -21,7 +21,7 @@ Cambridge, MA 02139, USA. */ .globl C_SYMBOL_NAME(__sigreturn) ENTRY (__sigaction_syscall) - movel $C_SYMBOL_NAME(__sigreturn), %edx + movl $C_SYMBOL_NAME(__sigreturn), %edx DO_CALL (sigaction, 3) jb syscall_error ret -- 2.7.4