Fix typo in last change.
authorUlrich Drepper <drepper@redhat.com>
Thu, 16 Jul 2009 00:51:11 +0000 (17:51 -0700)
committerUlrich Drepper <drepper@redhat.com>
Thu, 16 Jul 2009 00:51:11 +0000 (17:51 -0700)
sysdeps/x86_64/dl-trampoline.S

index 2f55639..d09001b 100644 (file)
@@ -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)