ObjFW  Diff

Differences From Artifact [b73cd77fba]:

To Artifact [5b85918f20]:


45
46
47
48
49
50
51
52
53
54
55
56
57
58
59

	ret

forward:
	call	get_eip
.L1:
	addl	$objc_not_found_handler-.L1, %eax
	jmp	*(%eax)

objc_msg_lookup_super:
	movl	4(%esp), %edx
	cmpl	$0, (%edx)
	je	ret_nil

	movl	4(%edx), %edx







|







45
46
47
48
49
50
51
52
53
54
55
56
57
58
59

	ret

forward:
	call	get_eip
.L1:
	addl	$objc_not_found_handler-.L1, %eax
	jmp	*%eax

objc_msg_lookup_super:
	movl	4(%esp), %edx
	cmpl	$0, (%edx)
	je	ret_nil

	movl	4(%edx), %edx