MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / panic

Function panic

libcpu/ppc/ppc405/traps.c:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void panic(const char *fmt, ...)
84{
85 while(1);
86}
87
88void
89_exception(int signr, struct pt_regs *regs)

Callers 10

ttydevsw_defoutwakeupFunction · 0.85
ttydevsw_deffreeFunction · 0.85
floppy_resultFunction · 0.85
floppy_get_infoFunction · 0.85
rt_floppy_readFunction · 0.85
rt_floppy_writeFunction · 0.85
_exceptionFunction · 0.85
MachineCheckExceptionFunction · 0.85
AlignmentExceptionFunction · 0.85
ProgramCheckExceptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected