ObjFW  Check-in [5536319c9f]

Overview
Comment:call-x86_64-elf.S: Fix using wrong register

r11 is no longer set after fc0423fe.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5536319c9f8408477083f1a595a8ad490e5dd8bd50a1ee50042e9151b2b52611
User & Date: js on 2017-10-21 20:22:05
Other Links: manifest | tags
Context
2017-10-22
15:05
Make Apple GCC with -Wshadow happy check-in: a06354b42a user: js tags: trunk
2017-10-21
20:22
call-x86_64-elf.S: Fix using wrong register check-in: 5536319c9f user: js tags: trunk
2017-10-20
21:20
bridge: Do not convert exceptions into NSErrors check-in: 6334474ec0 user: js tags: trunk
Changes

Modified src/invocation/call-x86_64-elf.S from [5a571b2199] to [da9dc97995].

71
72
73
74
75
76
77
78
79
80
81
82
83
84
85

	movq	40(%rdi), %r9
	movq	32(%rdi), %r8
	movq	24(%rdi), %rcx
	movq	16(%rdi), %rdx
	movq	8(%rdi), %rsi

	movb	225(%r11), %r11b
	movq	0(%rdi), %rdi

	cmpb	$4, %r11b
	je	.jmp_into_method
	cmpb	$5, %r11b
	je	.jmp_into_method








|







71
72
73
74
75
76
77
78
79
80
81
82
83
84
85

	movq	40(%rdi), %r9
	movq	32(%rdi), %r8
	movq	24(%rdi), %rcx
	movq	16(%rdi), %rdx
	movq	8(%rdi), %rsi

	movb	225(%rdi), %r11b
	movq	0(%rdi), %rdi

	cmpb	$4, %r11b
	je	.jmp_into_method
	cmpb	$5, %r11b
	je	.jmp_into_method