summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-08-31 01:06:30 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-08-31 01:06:30 +0000
commitd9db5c5f9fe0f8a8c463d2c59304b317be9eb227 (patch)
treea645e6cdcc9549a5cd8f7d5a605006a1ff5d033c /sys/arch/mvme88k/include
parente039c349ee3c58f175950109989f55408b308ad7 (diff)
There's no point having a Debugger() clone here.
Diffstat (limited to 'sys/arch/mvme88k/include')
-rw-r--r--sys/arch/mvme88k/include/db_machdep.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/include/db_machdep.h b/sys/arch/mvme88k/include/db_machdep.h
index ba53fc7d9c6..ce50e73d465 100644
--- a/sys/arch/mvme88k/include/db_machdep.h
+++ b/sys/arch/mvme88k/include/db_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_machdep.h,v 1.12 2001/08/26 14:31:07 miod Exp $ */
+/* $OpenBSD: db_machdep.h,v 1.13 2001/08/31 01:06:29 miod Exp $ */
/*
* Mach Operating System
* Copyright (c) 1993-1991 Carnegie Mellon University
@@ -50,8 +50,6 @@
#define ENTRY_ASM "tb0 0, r0, 132"
#define DDB_ENTRY_TRAP_NO 132
-void gimmeabreak __P((void));
-
typedef vm_offset_t db_addr_t;
typedef int db_expr_t;
typedef struct m88100_saved_state db_regs_t;