Searched refs:exception_code (Results 1 - 1 of 1) sorted by relevance

/u-boot/arch/riscv/lib/
H A Dinterrupts.c124 static const char * const exception_code[] = { local
148 if (code < ARRAY_SIZE(exception_code))
149 printf("Unhandled exception: %s\n", exception_code[code]);

Completed in 89 milliseconds