diff options
| author | Peter Grehan <grehan@FreeBSD.org> | 2004-08-02 02:37:29 +0000 |
|---|---|---|
| committer | Peter Grehan <grehan@FreeBSD.org> | 2004-08-02 02:37:29 +0000 |
| commit | 016927054b29501a3ce2d8f763427907f658da34 (patch) | |
| tree | 29675adf1fe9a718f3f2c02ec4738b6966f427a0 /sys | |
| parent | 76c31ef98fdef5aaec65304228b0a396724ee611 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/powerpc/aim/trap.c | 3 | ||||
| -rw-r--r-- | sys/powerpc/powerpc/trap.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/powerpc/aim/trap.c b/sys/powerpc/aim/trap.c index 621f187a24ba8..2b4a749255573 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 diff --git a/sys/powerpc/powerpc/trap.c b/sys/powerpc/powerpc/trap.c index 621f187a24ba8..2b4a749255573 100644 --- a/sys/powerpc/powerpc/trap.c +++ b/sys/powerpc/powerpc/trap.c @@ -237,8 +237,9 @@ trap(struct trapframe *frame) return; break; default: - trap_fatal(frame); + break; } + trap_fatal(frame); } #ifdef ALTIVEC |
