ObjFW  Diff

Differences From Artifact [687ef6e3ff]:

To Artifact [483507fb77]:


79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
ret_nil:
	call	get_eip
.L0:
	addl	$nil_method-.L0, %eax
	ret

nil_method:
	movl	4(%esp), %eax
	ret

get_eip:
	movl	(%esp), %eax
	ret

#ifdef __linux__
.section .note.GNU-stack, "", %progbits
#endif







|









79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
ret_nil:
	call	get_eip
.L0:
	addl	$nil_method-.L0, %eax
	ret

nil_method:
	xorl	%eax, %eax
	ret

get_eip:
	movl	(%esp), %eax
	ret

#ifdef __linux__
.section .note.GNU-stack, "", %progbits
#endif