summaryrefslogtreecommitdiff
path: root/sys/arch/m88k/include
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-05-03 18:14:53 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-05-03 18:14:53 +0000
commitcc45021fa213a0c090c34207d2932885afbc9fbf (patch)
treeecbe74776588b8b1cb3691f4dd28700882ba1b1a /sys/arch/m88k/include
parent0828a83f695728acaa443dcb3996777deabfdb0b (diff)
Overhaul of the disassembler code, with random fixes, better conditionnal
branches decoding, correct control register descriptions, and (the reason for these changes in the first place) 88110 instruction support. ddb will now disassemble by default for the processor it is running for, and using the alternate format (x/I) disassembles for the other.
Diffstat (limited to 'sys/arch/m88k/include')
-rw-r--r--sys/arch/m88k/include/db_machdep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m88k/include/db_machdep.h b/sys/arch/m88k/include/db_machdep.h
index 5090f386cb5..99ef457d89e 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.8 2006/05/02 21:44:37 miod Exp $ */
+/* $OpenBSD: db_machdep.h,v 1.9 2006/05/03 18:14:51 miod Exp $ */
/*
* Mach Operating System
* Copyright (c) 1993-1991 Carnegie Mellon University
@@ -75,7 +75,7 @@ int inst_load(u_int);
int inst_store(u_int);
int ddb_break_trap(int, db_regs_t *);
int ddb_entry_trap(int, db_regs_t *);
-int m88k_print_instruction(u_int, long); /* db_disasm.c */
+void m88k_print_instruction(int, u_int, u_int32_t); /* db_disasm.c */
/*
* inst_call(ins) - is the instruction a function call.