ObjFW  Diff

Differences From Artifact [d81347873d]:

To Artifact [ee4e7452e5]:


72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
	movq	%rbp, %rsp
	popq	%rbp

	jmp     *%r11

init:
	leaq	module(%rip), %rdi
	call	__objc_exec_class@PLT
	ret

.section .init_array
	.quad init

.section .rodata
str_forwardingTargetForSelector_:
	.asciz "forwardingTargetForSelector:"







|
<







72
73
74
75
76
77
78
79

80
81
82
83
84
85
86
	movq	%rbp, %rsp
	popq	%rbp

	jmp     *%r11

init:
	leaq	module(%rip), %rdi
	jmp	__objc_exec_class@PLT


.section .init_array
	.quad init

.section .rodata
str_forwardingTargetForSelector_:
	.asciz "forwardingTargetForSelector:"