Forgot to update string and signal tables when some of the trap types
changed.
This commit is contained in:
parent
c4a1d732a3
commit
6e11162c7b
@ -138,12 +138,12 @@ const char *trap_msg[] = {
|
|||||||
"trap instruction 29",
|
"trap instruction 29",
|
||||||
"trap instruction 30",
|
"trap instruction 30",
|
||||||
"trap instruction 31",
|
"trap instruction 31",
|
||||||
|
"fast instruction access mmu miss",
|
||||||
|
"fast data access mmu miss",
|
||||||
"interrupt",
|
"interrupt",
|
||||||
"physical address watchpoint",
|
"physical address watchpoint",
|
||||||
"virtual address watchpoint",
|
"virtual address watchpoint",
|
||||||
"corrected ecc error",
|
"corrected ecc error",
|
||||||
"fast instruction access mmu miss",
|
|
||||||
"fast data access mmu miss",
|
|
||||||
"spill",
|
"spill",
|
||||||
"fill",
|
"fill",
|
||||||
"fill",
|
"fill",
|
||||||
@ -193,12 +193,12 @@ const int trap_sig[] = {
|
|||||||
SIGILL, /* trap instruction 29 */
|
SIGILL, /* trap instruction 29 */
|
||||||
SIGILL, /* trap instruction 30 */
|
SIGILL, /* trap instruction 30 */
|
||||||
SIGILL, /* trap instruction 31 */
|
SIGILL, /* trap instruction 31 */
|
||||||
|
SIGSEGV, /* fast instruction access mmu miss */
|
||||||
|
SIGSEGV, /* fast data access mmu miss */
|
||||||
-1, /* interrupt */
|
-1, /* interrupt */
|
||||||
-1, /* physical address watchpoint */
|
-1, /* physical address watchpoint */
|
||||||
-1, /* virtual address watchpoint */
|
-1, /* virtual address watchpoint */
|
||||||
-1, /* corrected ecc error */
|
-1, /* corrected ecc error */
|
||||||
SIGSEGV, /* fast instruction access mmu miss */
|
|
||||||
SIGSEGV, /* fast data access mmu miss */
|
|
||||||
SIGILL, /* spill */
|
SIGILL, /* spill */
|
||||||
SIGILL, /* fill */
|
SIGILL, /* fill */
|
||||||
SIGILL, /* fill */
|
SIGILL, /* fill */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user