diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-15 17:51:11 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-15 17:51:11 -0700 |
commit | 47fc9b710bcadb4196f8ef71813d6724d954fcb2 (patch) | |
tree | 2c5a9038985e165b834b7e8f05d8ea931be2c52b /sysdeps | |
parent | d7bd7a8ae8cdb3f1414b1e032759d9ef324eb040 (diff) |
Fix typo in last change.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/x86_64/dl-trampoline.S | 2 |
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) |