diff options
Diffstat (limited to 'opcodes/alpha-dis.c')
-rw-r--r-- | opcodes/alpha-dis.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/opcodes/alpha-dis.c b/opcodes/alpha-dis.c index f592fb9..40204da 100644 --- a/opcodes/alpha-dis.c +++ b/opcodes/alpha-dis.c @@ -54,9 +54,7 @@ static const char * const vms_regnames[64] = { /* Disassemble Alpha instructions. */ int -print_insn_alpha (memaddr, info) - bfd_vma memaddr; - struct disassemble_info *info; +print_insn_alpha (bfd_vma memaddr, struct disassemble_info *info) { static const struct alpha_opcode *opcode_index[AXP_NOPS+1]; const char * const * regnames; |