Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
void panic(const char *fmt, ...)
84
{
85
while(1);
86
}
87
88
void
89
_exception(int signr, struct pt_regs *regs)
Callers
10
ttydevsw_defoutwakeup
Function · 0.85
ttydevsw_deffree
Function · 0.85
floppy_result
Function · 0.85
floppy_get_info
Function · 0.85
rt_floppy_read
Function · 0.85
rt_floppy_write
Function · 0.85
_exception
Function · 0.85
MachineCheckException
Function · 0.85
AlignmentException
Function · 0.85
ProgramCheckException
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected