mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-10 00:59:22 +02:00
kernel_ldr: fix consistency on hardware
This commit is contained in:
parent
ea0011d572
commit
19e6d2e1c0
@ -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 New Issue
Block a user