mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-21 11:02:45 +02:00
fusee_cpp: Add display init/fatal error display logic
This commit is contained in:
parent
ba768c7f62
commit
34cad3b3b6
@ -42,7 +42,8 @@ __aeabi_ldivmod:
|
|||||||
mov r0, sp
|
mov r0, sp
|
||||||
bl __l_divmod
|
bl __l_divmod
|
||||||
pop {r0-r3}
|
pop {r0-r3}
|
||||||
pop {ip, pc}
|
pop {ip, lr}
|
||||||
|
bx lr
|
||||||
|
|
||||||
.type __aeabi_ldivmod, %function
|
.type __aeabi_ldivmod, %function
|
||||||
.size __aeabi_ldivmod, .-__aeabi_ldivmod
|
.size __aeabi_ldivmod, .-__aeabi_ldivmod
|
||||||
@ -61,7 +62,8 @@ __aeabi_uldivmod :
|
|||||||
mov r0, sp
|
mov r0, sp
|
||||||
bl __ul_divmod
|
bl __ul_divmod
|
||||||
pop {r0-r3}
|
pop {r0-r3}
|
||||||
pop {ip, pc}
|
pop {ip, lr}
|
||||||
|
bx lr
|
||||||
|
|
||||||
.type __aeabi_uldivmod, %function
|
.type __aeabi_uldivmod, %function
|
||||||
.size __aeabi_uldivmod, .-__aeabi_uldivmod
|
.size __aeabi_uldivmod, .-__aeabi_uldivmod
|
||||||
|
Loading…
Reference in New Issue
Block a user