mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Remove bogus labels. No functional change.
This commit is contained in:
parent
ee93d1173a
commit
c1c84ce1bf
2 changed files with 0 additions and 3 deletions
|
|
@ -140,7 +140,6 @@ atomic_cmpset_int(volatile u_int *dst, u_int expect, u_int src)
|
|||
" " MPLOCKED " "
|
||||
" cmpxchgl %2,%1 ; "
|
||||
" sete %0 ; "
|
||||
"1: "
|
||||
"# atomic_cmpset_int"
|
||||
: "=a" (res), /* 0 */
|
||||
"=m" (*dst) /* 1 */
|
||||
|
|
@ -161,7 +160,6 @@ atomic_cmpset_long(volatile u_long *dst, u_long expect, u_long src)
|
|||
" " MPLOCKED " "
|
||||
" cmpxchgq %2,%1 ; "
|
||||
" sete %0 ; "
|
||||
"1: "
|
||||
"# atomic_cmpset_long"
|
||||
: "=a" (res), /* 0 */
|
||||
"=m" (*dst) /* 1 */
|
||||
|
|
|
|||
|
|
@ -248,7 +248,6 @@ atomic_cmpset_int(volatile u_int *dst, u_int expect, u_int src)
|
|||
" " MPLOCKED " "
|
||||
" cmpxchgl %2,%1 ; "
|
||||
" sete %0 ; "
|
||||
"1: "
|
||||
"# atomic_cmpset_int"
|
||||
: "=a" (res), /* 0 */
|
||||
"=m" (*dst) /* 1 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue