mirror of
https://github.com/switchbrew/nx-hbloader.git
synced 2025-06-20 21:12:39 +02:00
Update NORETURN to NX_NORETURN for libnx 4.6.0+ (#38)
This commit is contained in:
parent
b38421d04a
commit
cd6a723acb
@ -44,7 +44,7 @@ bool __nx_fsdev_support_cwd = false;
|
|||||||
// Used by trampoline.s
|
// Used by trampoline.s
|
||||||
Result g_lastRet = 0;
|
Result g_lastRet = 0;
|
||||||
|
|
||||||
void NORETURN nroEntrypointTrampoline(const ConfigEntry* entries, u64 handle, u64 entrypoint);
|
void NX_NORETURN nroEntrypointTrampoline(const ConfigEntry* entries, u64 handle, u64 entrypoint);
|
||||||
|
|
||||||
void __libnx_initheap(void)
|
void __libnx_initheap(void)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user