summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include/db_machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64/include/db_machdep.h')
-rw-r--r--sys/arch/amd64/include/db_machdep.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/db_machdep.h b/sys/arch/amd64/include/db_machdep.h
index 48f119a74c8..7d3561cc768 100644
--- a/sys/arch/amd64/include/db_machdep.h
+++ b/sys/arch/amd64/include/db_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_machdep.h,v 1.18 2019/11/07 14:44:52 mpi Exp $ */
+/* $OpenBSD: db_machdep.h,v 1.19 2021/08/30 08:11:12 jasper Exp $ */
/* $NetBSD: db_machdep.h,v 1.2 2003/04/29 17:06:04 scw Exp $ */
/*
@@ -39,7 +39,6 @@
#include <machine/trap.h>
#include <sys/mutex.h>
-typedef vaddr_t db_addr_t; /* address - unsigned */
typedef long db_expr_t; /* expression - signed */
typedef struct trapframe db_regs_t;