about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-07-15 17:51:11 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-15 17:51:11 -0700
commit47fc9b710bcadb4196f8ef71813d6724d954fcb2 (patch)
tree2c5a9038985e165b834b7e8f05d8ea931be2c52b
parentd7bd7a8ae8cdb3f1414b1e032759d9ef324eb040 (diff)
downloadglibc-47fc9b710bcadb4196f8ef71813d6724d954fcb2.tar.gz
glibc-47fc9b710bcadb4196f8ef71813d6724d954fcb2.tar.xz
glibc-47fc9b710bcadb4196f8ef71813d6724d954fcb2.zip
Fix typo in last change.
-rw-r--r--sysdeps/x86_64/dl-trampoline.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/dl-trampoline.S b/sysdeps/x86_64/dl-trampoline.S
index 2f55639662..d09001bb58 100644
--- a/sysdeps/x86_64/dl-trampoline.S
+++ b/sysdeps/x86_64/dl-trampoline.S
@@ -142,7 +142,7 @@ L(have_avx):
 	testl	$(1 << 28), %ecx
 	jne	2f
 	negl	%eax
-2:	movl	%eax, L(have_eax)(%rip)
+2:	movl	%eax, L(have_avx)(%rip)
 	cmpl	$0, %eax
 
 1:	js	L(no_avx1)