Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/arch/x86_64/gen/fpsetmask.S,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/arch/x86_64/gen/fpsetmask.S,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- src/lib/libc/arch/x86_64/gen/fpsetmask.S 2011/10/19 15:24:58 1.4 +++ src/lib/libc/arch/x86_64/gen/fpsetmask.S 2012/01/19 16:37:18 1.5 @@ -1,4 +1,4 @@ -/* $NetBSD: fpsetmask.S,v 1.4 2011/10/19 15:24:58 njoly Exp $ */ +/* $NetBSD: fpsetmask.S,v 1.5 2012/01/19 16:37:18 drochner Exp $ */ /* * Written by Frank van der Linden at Wasabi Systems for NetBSD. @@ -33,7 +33,7 @@ ENTRY(fpsetmask) stmxcsr -4(%rsp) movl -4(%rsp), %edx - andl $0xfffff07f, %edx + andl $0xffffe07f, %edx sall $7, %edi orl %edi, %edx movl %edx,-4(%rsp)