Index: src/runtime/lookup-amd64-elf.S ================================================================== --- src/runtime/lookup-amd64-elf.S +++ src/runtime/lookup-amd64-elf.S @@ -42,11 +42,11 @@ ret forward: mov objc_forward_handler@GOTPCREL(%rip), %rax - jmp *%rax + jmp *(%rax) objc_msg_lookup_super: movq (%rdi), %rax testq %rax, %rax jz ret_nil