cvs commit: src/lib/libc/amd64/gen setjmp.S sigsetjmp.S
Peter Wemm
peter at FreeBSD.org
Wed May 7 23:25:04 PDT 2003
peter 2003/05/07 23:25:03 PDT
FreeBSD src repository
Modified files:
lib/libc/amd64/gen setjmp.S sigsetjmp.S
Log:
Fix an embarresing transcription error from i386 to amd64. Put the arguments
to sigprocmask(2) int the correct order. *blush*.
For sigsetjmp(), match up the pushq/popq in the non-savemask case.
Revision Changes Path
1.24 +4 -4 src/lib/libc/amd64/gen/setjmp.S
1.26 +8 -9 src/lib/libc/amd64/gen/sigsetjmp.S
More information about the cvs-all
mailing list