This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: fix typo in sysdeps/i386/bits/setjmp.h


OK?

Index: sysdeps/i386/bits/setjmp.h
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/i386/bits/setjmp.h,v
retrieving revision 1.5
diff -u -p -r1.5 setjmp.h
--- setjmp.h	2000/06/29 22:55:30	1.5
+++ setjmp.h	2000/07/05 02:01:13
@@ -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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]