Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/libctru
/ __panic
Function
__panic
libctru/source/thread.c:6–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
#include <string.h>
5
6
static void __panic(void)
7
{
8
svcBreak(USERBREAK_PANIC);
9
for (;;);
10
}
11
12
static void _thread_begin(void* arg)
13
{
Callers
2
threadGetCurrent
Function · 0.85
threadExit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected