Update NORETURN to NX_NORETURN for libnx 4.6.0+ (#38)

This commit is contained in:
borntohonk 2024-01-30 10:57:59 +01:00 committed by GitHub
parent b38421d04a
commit cd6a723acb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,7 @@ bool __nx_fsdev_support_cwd = false;
// Used by trampoline.s
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)
{