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

Function UnknownException

libcpu/ppc/ppc405/traps.c:196–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void UnknownException(struct pt_regs *regs)
197{
198
199 rt_kprintf("Bad trap at PC: %lx, SR: %lx, vector=%lx\n",
200 regs->nip, regs->msr, regs->trap);
201 _exception(0, regs);
202}
203
204void DebugException(struct pt_regs *regs)
205{

Callers

nothing calls this directly

Calls 2

rt_kprintfFunction · 0.85
_exceptionFunction · 0.85

Tested by

no test coverage detected