PATCH: fix typo in sysdeps/i386/bits/setjmp.h
Greg McGary
greg@mcgary.org
Tue Jul 4 19:01:00 GMT 2000
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
More information about the Libc-hacker
mailing list