1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-30 07:42:13 +00:00

Fix wrong subsection name

This commit is contained in:
TuxSH 2018-03-01 21:28:50 +01:00
parent 82f10b4320
commit 6903b20579

View file

@ -203,7 +203,7 @@ __jump_to_lower_el:
eret eret
.align 3 .align 3
.section .cold_start.rodata.reloc_constants, "a", %progbits .section .cold_crt0.rodata.reloc_constants, "a", %progbits
.global __warmboot_crt0_offset .global __warmboot_crt0_offset
__warmboot_crt0_offset: __warmboot_crt0_offset:
.quad __warmboot_crt0_lma__ .quad __warmboot_crt0_lma__