diff options
Diffstat (limited to 'opcodes/frv-dis.c')
-rw-r--r-- | opcodes/frv-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/frv-dis.c b/opcodes/frv-dis.c index 0c4b5cf..3852b01 100644 --- a/opcodes/frv-dis.c +++ b/opcodes/frv-dis.c @@ -120,7 +120,7 @@ print_lo (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, /* -- */ void frv_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 |