Remove bogus labels. No functional change.

This commit is contained in:
Jung-uk Kim 2013-08-21 20:49:46 +00:00
parent ee93d1173a
commit c1c84ce1bf
2 changed files with 0 additions and 3 deletions

View File

@ -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 */

View File

@ -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 */