X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fldso%2Fx86_64%2Fdlsym.s;h=3c16616a22f41ff64146f62a4b4f39bae931e704;hb=731e8ffdcf6877c04092aa9fbd2b17907b8846c7;hp=4261145c9ba161e24cf757cc5853e8c946f8e34a;hpb=623753ad64a3625b010c10c00c45262d2eec2495;p=musl diff --git a/src/ldso/x86_64/dlsym.s b/src/ldso/x86_64/dlsym.s index 4261145c..3c16616a 100644 --- a/src/ldso/x86_64/dlsym.s +++ b/src/ldso/x86_64/dlsym.s @@ -2,5 +2,5 @@ .global dlsym .type dlsym,@function dlsym: - mov (%rsp),%edx + mov (%rsp),%rdx jmp __dlsym