typo (Bug#376, reported by Kees van Reeuwijk)
This commit is contained in:
parent
c473cfcdda
commit
bac0e91705
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ struct proc *t;
|
|||
{ "Invalid opcode", SIGILL, 186 },
|
||||
{ "Coprocessor not available", SIGFPE, 186 },
|
||||
{ "Double fault", SIGBUS, 286 },
|
||||
{ "Copressor segment overrun", SIGSEGV, 286 },
|
||||
{ "Coprocessor segment overrun", SIGSEGV, 286 },
|
||||
{ "Invalid TSS", SIGSEGV, 286 },
|
||||
{ "Segment not present", SIGSEGV, 286 },
|
||||
{ "Stack exception", SIGSEGV, 286 }, /* STACK_FAULT already used */
|
||||
|
|
Loading…
Reference in a new issue