ObjFW  Diff

Differences From Artifact [e9fa2b2c4a]:

To Artifact [51eaca73d3]:


113
114
115
116
117
118
119


120
121
122
123
124
125
126
127
128
129
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131







+
+










.LreturnNilMethod:
	call	.LgetEIP
	addl	$_GLOBAL_OFFSET_TABLE_, %eax
	leal	.LnilMethod@GOTOFF(%eax), %eax
	ret

.LnilMethod:
	_CET_ENDBR

	xorl	%eax, %eax
	ret

.LgetEIP:
	movl	(%esp), %eax
	ret

#if defined(OF_LINUX) || defined(OF_HAIKU) || defined(OF_HURD)
.section .note.GNU-stack, "", %progbits
#endif