aboutsummaryrefslogtreecommitdiff
path: root/opcodes/mt-dis.c
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/mt-dis.c')
-rw-r--r--opcodes/mt-dis.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/opcodes/mt-dis.c b/opcodes/mt-dis.c
index fae4674..912bc44 100644
--- a/opcodes/mt-dis.c
+++ b/opcodes/mt-dis.c
@@ -59,9 +59,6 @@ static int read_insn
/* -- disassembler routines inserted here. */
/* -- dis.c */
-static void print_dollarhex (CGEN_CPU_DESC, PTR, long, unsigned, bfd_vma, int);
-static void print_pcrel (CGEN_CPU_DESC, PTR, long, unsigned, bfd_vma, int);
-
static void
print_dollarhex (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED,
void * dis_info,
@@ -92,7 +89,7 @@ print_pcrel (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED,
/* -- */
void mt_cgen_print_operand
- (CGEN_CPU_DESC, int, PTR, CGEN_FIELDS *, void const *, bfd_vma, int);
+ (CGEN_CPU_DESC, int, void *, CGEN_FIELDS *, void const *, bfd_vma, int);
/* Main entry point for printing operands.
XINFO is a `void *' and not a `disassemble_info *' to not put a requirement