ObjFW  Diff

Differences From Artifact [b08544909a]:

To Artifact [515ca230a1]:


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

	testq	%rax, %rax
	jz	$1

	ret
.endmacro

.macro generate_lookup_super:
$0:
	movq	(%rdi), %rax
	testq	%rax, %rax
	jz	ret_nil

	movq	8(%rdi), %r8
	movq	64(%r8), %r8







|







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

	testq	%rax, %rax
	jz	$1

	ret
.endmacro

.macro generate_lookup_super
$0:
	movq	(%rdi), %rax
	testq	%rax, %rax
	jz	ret_nil

	movq	8(%rdi), %r8
	movq	64(%r8), %r8