aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>1998-06-28 00:47:50 +0000
committerDoug Rabson <dfr@FreeBSD.org>1998-06-28 00:47:50 +0000
commit812e7ee3e3799c4afeb8f6e161b9dd5feefd88a3 (patch)
tree5fa57be5dd0628120b5d64410cd6285696fac1cd
parenteb9fc51b1d3d4687980407efe3ecec6172b73fe8 (diff)
Notes
-rw-r--r--sys/alpha/alpha/db_interface.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/alpha/alpha/db_interface.c b/sys/alpha/alpha/db_interface.c
index c93e50641578..ec42c898c5d8 100644
--- a/sys/alpha/alpha/db_interface.c
+++ b/sys/alpha/alpha/db_interface.c
@@ -156,7 +156,8 @@ ddb_trap(a0, a1, a2, entry, regs)
*/
if (entry != ALPHA_KENTRY_IF ||
- (a0 != ALPHA_IF_CODE_BUGCHK && a0 != ALPHA_IF_CODE_BPT)) {
+ (a0 != ALPHA_IF_CODE_BUGCHK && a0 != ALPHA_IF_CODE_BPT
+ && a0 != ALPHA_IF_CODE_GENTRAP)) {
db_printf("ddbprinttrap from 0x%lx\n", /* XXX */
regs->tf_regs[FRAME_PC]);
ddbprinttrap(a0, a1, a2, entry);