MCPcopy 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
6static void __panic(void)
7{
8 svcBreak(USERBREAK_PANIC);
9 for (;;);
10}
11
12static void _thread_begin(void* arg)
13{

Callers 2

threadGetCurrentFunction · 0.85
threadExitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected