diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-02-07 07:22:54 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-02-07 07:22:54 +0000 |
commit | 986df46f0e72935c74aa048da74c5ff32f118d96 (patch) | |
tree | efd049e68743b2839cd74c8d9cfe637ed8a8c51c /sys/arch | |
parent | 8b83337803e1a4971975d28642c4eec409a0a31f (diff) |
Now that niklas has fixed ddb to not barf on elf symbols, there
is no need to disable ddb.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/alpha/machdep.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/alpha/alpha/machdep.c b/sys/arch/alpha/alpha/machdep.c index bfa6ae84137..7497061cbf0 100644 --- a/sys/arch/alpha/alpha/machdep.c +++ b/sys/arch/alpha/alpha/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.41 2001/02/06 17:04:09 art Exp $ */ +/* $OpenBSD: machdep.c,v 1.42 2001/02/07 07:22:53 art Exp $ */ /* $NetBSD: machdep.c,v 1.206 2000/05/23 05:12:54 thorpej Exp $ */ /*- @@ -789,9 +789,7 @@ nobootinfo: * Initialize debuggers, and break into them if appropriate. */ #ifdef DDB -#ifdef notyet ddb_init(); -#endif if (boothowto & RB_KDB) Debugger(); |