fix RTLD_NEXT on x86_64
[musl] / src / ldso / x86_64 / dlsym.s
index 4261145..3c16616 100644 (file)
@@ -2,5 +2,5 @@
 .global dlsym
 .type dlsym,@function
 dlsym:
-       mov (%rsp),%edx
+       mov (%rsp),%rdx
        jmp __dlsym