Forgot to update string and signal tables when some of the trap types

changed.
This commit is contained in:
Jake Burkholder 2003-05-04 07:21:04 +00:00
parent c4a1d732a3
commit 6e11162c7b

View File

@ -138,12 +138,12 @@ const char *trap_msg[] = {
"trap instruction 29",
"trap instruction 30",
"trap instruction 31",
"fast instruction access mmu miss",
"fast data access mmu miss",
"interrupt",
"physical address watchpoint",
"virtual address watchpoint",
"corrected ecc error",
"fast instruction access mmu miss",
"fast data access mmu miss",
"spill",
"fill",
"fill",
@ -193,12 +193,12 @@ const int trap_sig[] = {
SIGILL, /* trap instruction 29 */
SIGILL, /* trap instruction 30 */
SIGILL, /* trap instruction 31 */
SIGSEGV, /* fast instruction access mmu miss */
SIGSEGV, /* fast data access mmu miss */
-1, /* interrupt */
-1, /* physical address watchpoint */
-1, /* virtual address watchpoint */
-1, /* corrected ecc error */
SIGSEGV, /* fast instruction access mmu miss */
SIGSEGV, /* fast data access mmu miss */
SIGILL, /* spill */
SIGILL, /* fill */
SIGILL, /* fill */