mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-23 11:16:57 -04:00
fusee_cpp: Add display init/fatal error display logic
This commit is contained in:
parent
e7d7d8adfb
commit
ee1d1ea527
9 changed files with 6128 additions and 7 deletions
|
@ -42,7 +42,8 @@ __aeabi_ldivmod:
|
|||
mov r0, sp
|
||||
bl __l_divmod
|
||||
pop {r0-r3}
|
||||
pop {ip, pc}
|
||||
pop {ip, lr}
|
||||
bx lr
|
||||
|
||||
.type __aeabi_ldivmod, %function
|
||||
.size __aeabi_ldivmod, .-__aeabi_ldivmod
|
||||
|
@ -61,7 +62,8 @@ __aeabi_uldivmod :
|
|||
mov r0, sp
|
||||
bl __ul_divmod
|
||||
pop {r0-r3}
|
||||
pop {ip, pc}
|
||||
pop {ip, lr}
|
||||
bx lr
|
||||
|
||||
.type __aeabi_uldivmod, %function
|
||||
.size __aeabi_uldivmod, .-__aeabi_uldivmod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue