diff options
Diffstat (limited to 'sys/arch/mvme88k/include/db_machdep.h')
-rw-r--r-- | sys/arch/mvme88k/include/db_machdep.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/include/db_machdep.h b/sys/arch/mvme88k/include/db_machdep.h index b25d1493006..03a88e9bf04 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.7 2001/03/09 05:44:40 smurph Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.8 2001/03/16 00:05:24 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1991 Carnegie Mellon University @@ -180,4 +180,6 @@ int ddb_entry_trap __P((int level, db_regs_t *eframe)); #define db_printf_enter db_printing +int m88k_print_instruction __P((unsigned iadr, long inst)); + #endif /* _M88K_DB_MACHDEP_H_ */ |