entered into RCS
authorRoland McGrath <roland@gnu.org>
Wed, 18 May 1994 21:54:10 +0000 (21:54 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 18 May 1994 21:54:10 +0000 (21:54 +0000)
sysdeps/unix/sysv/sysv4/i386/sys-sig.S

index ac4c07b..58430e4 100644 (file)
@@ -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