From 293c6b3cd8a4c5973a25d2ecdcf39618ac3494cc Mon Sep 17 00:00:00 2001 From: Greg McGary Date: Wed, 5 Jul 2000 02:14:59 +0000 Subject: * sysdeps/i386/bits/setjmp.h (PUSH_SIGNAL_MASK): Fix typo. * sysdeps/i386/bits/setjmp.h (PUSH_SIGNAL_MASK): Fix typo. --- sysdeps/i386/bits/setjmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/i386/bits/setjmp.h') diff --git a/sysdeps/i386/bits/setjmp.h b/sysdeps/i386/bits/setjmp.h index 327e5670ac..66047643db 100644 --- a/sysdeps/i386/bits/setjmp.h +++ b/sysdeps/i386/bits/setjmp.h @@ -41,7 +41,7 @@ popl %ecx; /* jmp_buf value */ \ popl %edx; /* jmp_buf low bound */ \ pushl 0(%esp); /* jmp_buf high bound */ \ - movel $MASK, 4(%esp); \ + movl $MASK, 4(%esp); \ pushl %edx; \ pushl %ecx; \ pushl %eax -- cgit v1.2.3