diff options
Diffstat (limited to 'sys/powerpc/aim/trap.c')
-rw-r--r-- | sys/powerpc/aim/trap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/powerpc/aim/trap.c b/sys/powerpc/aim/trap.c index 621f187..2b4a749 100644 --- a/sys/powerpc/aim/trap.c +++ b/sys/powerpc/aim/trap.c @@ -237,8 +237,9 @@ trap(struct trapframe *frame) return; break; default: - trap_fatal(frame); + break; } + trap_fatal(frame); } #ifdef ALTIVEC |