ObjFW  Diff

Differences From Artifact [09c8f5af4a]:

To Artifact [2e8002927c]:


41
42
43
44
45
46
47
48
49
50
51
52
53
54
55

	testq	%rax, %rax
	jz	forward

	ret

forward:
	mov	objc_forward_handler@GOTPCREL(%rip), %rax
	jmp	*(%rax)

objc_msg_lookup_super:
	movq	(%rdi), %rax
	testq	%rax, %rax
	jz	ret_nil








|







41
42
43
44
45
46
47
48
49
50
51
52
53
54
55

	testq	%rax, %rax
	jz	forward

	ret

forward:
	mov	objc_not_found_handler@GOTPCREL(%rip), %rax
	jmp	*(%rax)

objc_msg_lookup_super:
	movq	(%rdi), %rax
	testq	%rax, %rax
	jz	ret_nil