Remove bogus labels. No functional change.
This commit is contained in:
parent
ee93d1173a
commit
c1c84ce1bf
@ -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 New Issue
Block a user