mirror of
https://github.com/switchbrew/nx-hbloader.git
synced 2025-06-20 13:02:50 +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
|
||||
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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user