mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
kernel_ldr: fix consistency on hardware
This commit is contained in:
parent
ea0011d572
commit
19e6d2e1c0
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ _start:
|
||||||
mov sp, x2
|
mov sp, x2
|
||||||
br x1
|
br x1
|
||||||
|
|
||||||
|
.balign 8
|
||||||
__external_references:
|
__external_references:
|
||||||
.quad __bss_start__ - _start
|
.quad __bss_start__ - _start
|
||||||
.quad __bss_end__ - _start
|
.quad __bss_end__ - _start
|
||||||
|
|
Loading…
Reference in a new issue