mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
Fix wrong subsection name
This commit is contained in:
parent
82f10b4320
commit
6903b20579
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ __jump_to_lower_el:
|
|||
eret
|
||||
|
||||
.align 3
|
||||
.section .cold_start.rodata.reloc_constants, "a", %progbits
|
||||
.section .cold_crt0.rodata.reloc_constants, "a", %progbits
|
||||
.global __warmboot_crt0_offset
|
||||
__warmboot_crt0_offset:
|
||||
.quad __warmboot_crt0_lma__
|
||||
|
|
Loading…
Reference in a new issue