diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-09-05 10:03:19 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-09-05 10:03:19 +0000 |
commit | 3564173a9339f7cac6a507f3c67d037509832f20 (patch) | |
tree | 36b2daa7598353c49350d62f4e67fe33f8491b6a /sys/arch/mvme88k | |
parent | 35e6670b5bf0a0b3a3cf6c866d189f3081fa43c9 (diff) |
Do not drop the user into DDB without a really, really good reason.
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r-- | sys/arch/mvme88k/mvme88k/eh.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/mvme88k/eh.S b/sys/arch/mvme88k/mvme88k/eh.S index f3997bdcd94..b250ff7ed5e 100644 --- a/sys/arch/mvme88k/mvme88k/eh.S +++ b/sys/arch/mvme88k/mvme88k/eh.S @@ -1,4 +1,4 @@ -/* $OpenBSD: eh.S,v 1.34 2003/09/01 20:06:02 miod Exp $ */ +/* $OpenBSD: eh.S,v 1.35 2003/09/05 10:03:18 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1991 Carnegie Mellon University @@ -1963,7 +1963,7 @@ ASLOCAL(return_from_exception_handler) ld r3, FPTR, REG_OFF(EF_DMT0) bb0 DMT_VALID_BIT, r3, _ASM_LABEL(check_ast) -#if 1 +#ifdef DEBUG /* * This might happen for non-interrupts If the user sets DMT0 * in an exception handler... |