Home
last modified time | relevance | path

Searched refs:Exception_Name (Results 1 – 1 of 1) sorted by relevance

/libcpu/risc-v/common64/
A Dtrap.c101 static const char *Exception_Name[] = {"Instruction Address Misaligned", variable
144 if (id < sizeof(Exception_Name) / sizeof(const char *)) in get_exception_msg()
146 msg = Exception_Name[id]; in get_exception_msg()

Completed in 3 milliseconds