diff options
Diffstat (limited to 'i386')
-rw-r--r-- | i386/i386/trap.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/i386/i386/trap.c b/i386/i386/trap.c index db4c7026..842a0e04 100644 --- a/i386/i386/trap.c +++ b/i386/i386/trap.c @@ -291,6 +291,9 @@ dump_ss(regs); return; } + /* Fall-through */ + case T_GENERAL_PROTECTION: + /* * If there is a failure recovery address * for this fault, go there. |