ObjFW  Diff

Differences From Artifact [2e8002927c]:

To Artifact [a276d12e99]:


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

	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

	movq	8(%rdi), %r8







|
|







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

	testq	%rax, %rax
	jz	forward

	ret

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

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

	movq	8(%rdi), %r8