mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
amd64 fabs(3): move signbit to .text
There is no reason for signbit quad to be writeable. Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
parent
2d223ccdae
commit
f548033818
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ ENTRY(fabs)
|
|||
ret
|
||||
END(fabs)
|
||||
|
||||
.data
|
||||
.p2align 3
|
||||
signbit:
|
||||
.quad 0x8000000000000000
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue