Differences From Artifact [f615664277]:
- File src/runtime/lookup-asm/lookup-asm-arm64-elf.S — part of check-in [8939cbdb52] at 2023-01-06 09:04:02 on branch trunk — Update copyright (user: js, size: 2022) [annotate] [blame] [check-ins using]
To Artifact [da24cfc12d]:
- File src/runtime/lookup-asm/lookup-asm-arm64-elf.S — part of check-in [340a3ac277] at 2023-07-15 14:48:06 on branch trunk — platform.h: Add OF_HURD (user: js, size: 2048) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
89 90 91 92 93 94 95 | adr x0, nilMethod ret nilMethod: mov x0, #0 ret | | | 89 90 91 92 93 94 95 96 97 98 | adr x0, nilMethod ret nilMethod: mov x0, #0 ret #if defined(OF_LINUX) || defined(OF_HURD) .section .note.GNU-stack, "", %progbits #endif |