diff options
Diffstat (limited to 'sys/arch/amd64/include/db_machdep.h')
-rw-r--r-- | sys/arch/amd64/include/db_machdep.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/amd64/include/db_machdep.h b/sys/arch/amd64/include/db_machdep.h index 8b2de9cd8d0..67cd028cbbb 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.11 2014/03/16 07:48:00 guenther Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.12 2014/03/16 20:31:45 guenther Exp $ */ /* $NetBSD: db_machdep.h,v 1.2 2003/04/29 17:06:04 scw Exp $ */ /* @@ -104,9 +104,6 @@ extern struct mutex ddb_mp_mutex; */ #define DB_MACHINE_COMMANDS -#define DB_ELF_SYMBOLS -#define DB_ELFSIZE 64 - extern void db_machine_init(void); extern void cpu_debug_dump(void); |