Differences From Artifact [c8a0addc63]:
- File src/runtime/lookup-asm/lookup-asm-amd64-win64.S — part of check-in [7413a728a7] at 2024-04-03 02:16:03 on branch trunk — Change license to LGPLv3 only (user: js, size: 2262) [annotate] [blame] [check-ins using] [more...]
To Artifact [09a5df3763]:
- File src/runtime/lookup-asm/lookup-asm-amd64-win64.S — part of check-in [171615d20a] at 2024-04-17 20:50:46 on branch trunk — Add missing endbr / bti (user: js, size: 2275) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
109 110 111 112 113 114 115 116 117 | GENERATE_LOOKUP_SUPER objc_msg_lookup_super_stret objc_msg_lookup_stret .LreturnNilMethod: leaq .LnilMethod(%rip), %rax ret .LnilMethod: xorq %rax, %rax ret | > > | 109 110 111 112 113 114 115 116 117 118 119 | GENERATE_LOOKUP_SUPER objc_msg_lookup_super_stret objc_msg_lookup_stret .LreturnNilMethod: leaq .LnilMethod(%rip), %rax ret .LnilMethod: _CET_ENDBR xorq %rax, %rax ret |