diff options
Diffstat (limited to 'sys/arch/m88k/include/db_machdep.h')
-rw-r--r-- | sys/arch/m88k/include/db_machdep.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/m88k/include/db_machdep.h b/sys/arch/m88k/include/db_machdep.h index fa4520db642..25517ac8e0a 100644 --- a/sys/arch/m88k/include/db_machdep.h +++ b/sys/arch/m88k/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.3 2005/01/04 21:32:40 miod Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.4 2005/04/19 15:23:37 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1991 Carnegie Mellon University @@ -131,6 +131,8 @@ void db_clear_single_step(db_regs_t *); int m88k_print_instruction(unsigned iadr, long inst); +#define DB_AOUT_SYMBOLS + #endif /* DDB */ #endif /* _LOCORE */ |