gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:EXCEPTION_DBG_MSG from mtkernel_3/kernel/sysdepend/cpu/core/rxv2/exc_hdr.c (0.00 seconds)
mtkernel_3
kernel/sysdepend/cpu/core/rxv2/exc_hdr.c - 1.8KB - 91 lines
28: #else
29:         #define EXCEPTION_DBG_MSG(a)
30: #endif
36: { 37: EXCEPTION_DBG_MSG("NMI\n"); 38: while(1);
46: { 47: EXCEPTION_DBG_MSG("Supervisor Instruction Exception\n"); 48: while(1);
55: { 56: EXCEPTION_DBG_MSG("Access Instruction Exception\n"); 57: while(1);
64: { 65: EXCEPTION_DBG_MSG("Undefined Instruction Exception\n"); 66: while(1);
73: { 74: EXCEPTION_DBG_MSG("Floating Point Exception\n"); 75: while(1);