Fix typo in last change.

This commit is contained in:
Ulrich Drepper 2009-07-15 17:51:11 -07:00
parent d7bd7a8ae8
commit 47fc9b710b
1 changed files with 1 additions and 1 deletions

View 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)