about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-17 01:53:39 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-17 01:53:39 +0000
commit25d025ce77452fa37ffda90de8ccd774d0924dab (patch)
tree69d2d71df6af4c91d7fe58e110960a37684f4e53 /nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
parentb6e2f87a61dd5af7088aab32cd8377c55925354c (diff)
downloadglibc-25d025ce77452fa37ffda90de8ccd774d0924dab.tar.gz
glibc-25d025ce77452fa37ffda90de8ccd774d0924dab.tar.xz
glibc-25d025ce77452fa37ffda90de8ccd774d0924dab.zip
(__lll_lock_wait): Remove jump prediction suffix.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h b/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
index ef3867bfb9..7d5df9521a 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
+++ b/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
@@ -92,7 +92,7 @@ extern int __lll_mutex_unlock_wait (int *__futex) attribute_hidden;
 		       "jmp 2f\n\t"					      \
 		       ".previous\n"					      \
 		       "2:"						      \
-		       : "=S" (result), "=&D" (ignore1), "=&a" (ignore2),     \
+		       : "=a" (result), "=&D" (ignore1), "=&S" (ignore2),     \
 			 "=&d" (ignore3), "=m" (futex)			      \
 		       : "0" (1), "4" (futex), "m" (timeout)		      \
 		       : "memory", "cx", "cc", "r10");			      \