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

Function AlignmentException

libcpu/ppc/ppc405/traps.c:162–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void AlignmentException(struct pt_regs *regs)
163{
164 show_regs(regs);
165 print_backtrace((unsigned long *)regs->gpr[1]);
166 panic("Alignment Exception");
167}
168
169void ProgramCheckException(struct pt_regs *regs)
170{

Callers

nothing calls this directly

Calls 3

print_backtraceFunction · 0.85
panicFunction · 0.85
show_regsFunction · 0.70

Tested by

no test coverage detected