diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-31 01:06:30 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-31 01:06:30 +0000 |
commit | d9db5c5f9fe0f8a8c463d2c59304b317be9eb227 (patch) | |
tree | a645e6cdcc9549a5cd8f7d5a605006a1ff5d033c /sys/arch/mvme88k/ddb | |
parent | e039c349ee3c58f175950109989f55408b308ad7 (diff) |
There's no point having a Debugger() clone here.
Diffstat (limited to 'sys/arch/mvme88k/ddb')
-rw-r--r-- | sys/arch/mvme88k/ddb/db_interface.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/mvme88k/ddb/db_interface.c b/sys/arch/mvme88k/ddb/db_interface.c index 88b5c18737e..2e223824cf6 100644 --- a/sys/arch/mvme88k/ddb/db_interface.c +++ b/sys/arch/mvme88k/ddb/db_interface.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_interface.c,v 1.12 2001/08/26 02:37:00 miod Exp $ */ +/* $OpenBSD: db_interface.c,v 1.13 2001/08/31 01:06:26 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1991 Carnegie Mellon University @@ -429,14 +429,6 @@ Debugger() /* ends up at ddb_entry_trap below */ } -/* gimmeabreak - drop execute the ENTRY trap */ -void -gimmeabreak() -{ - asm (ENTRY_ASM); /* entry trap */ - /* ends up at ddb_entry_trap below */ -} - /* fielded a non maskable interrupt */ int ddb_nmi_trap(level, eframe) |