mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Fixed wrong mnemonic `setnel' that gas happened to generate correct object
code for. Obtained from: a slightly different fix in NetBSD
This commit is contained in:
parent
2b78bc8f3f
commit
9970814b3e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25322
1 changed files with 2 additions and 2 deletions
|
@ -35,12 +35,12 @@
|
|||
|
||||
#include <machine/asm.h>
|
||||
|
||||
RCSID("$Id: s_finite.S,v 1.4 1997/02/22 15:08:56 peter Exp $")
|
||||
RCSID("$Id: s_finite.S,v 1.5 1997/03/09 14:00:50 bde Exp $")
|
||||
|
||||
ENTRY(finite)
|
||||
movl 8(%esp),%eax
|
||||
andl $0x7ff00000, %eax
|
||||
cmpl $0x7ff00000, %eax
|
||||
setnel %al
|
||||
setneb %al
|
||||
andl $0x000000ff, %eax
|
||||
ret
|
||||
|
|
Loading…
Reference in a new issue