mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 17:17:19 -04:00
(Very) minor improvement from NetBSD/J.T.Conklin.
This commit is contained in:
parent
95f51c5b57
commit
1504cd6172
2 changed files with 4 additions and 4 deletions
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
ENTRY(abs)
|
||||
movl 4(%esp),%eax
|
||||
cmpl $0,%eax
|
||||
jge 1f
|
||||
testl %eax,%eax
|
||||
jns 1f
|
||||
negl %eax
|
||||
1: ret
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
ENTRY(labs)
|
||||
movl 4(%esp),%eax
|
||||
cmpl $0,%eax
|
||||
jge 1f
|
||||
testl %eax,%eax
|
||||
jns 1f
|
||||
negl %eax
|
||||
1: ret
|
||||
|
|
|
|||
Loading…
Reference in a new issue