From d82a4ac0aa296fbfaca94141c7244c1e73881676 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 22 Jul 1996 18:38:50 +0000 Subject: [PATCH] fix last patch --- opcodes/alpha-dis.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opcodes/alpha-dis.c b/opcodes/alpha-dis.c index 6291018..d2ea92d 100644 --- a/opcodes/alpha-dis.c +++ b/opcodes/alpha-dis.c @@ -48,7 +48,7 @@ print_insn_alpha_osf (memaddr, info) "$f24", "$f25", "$f26", "$f27", "$f28", "$f29", "$f30", "$f31" }; - return print_insn_alpha (memaddr, info, osf_regnames, -1); + return print_insn_alpha (memaddr, info, osf_regnames, AXP_OPCODE_ALL); } /* Disassemble Alpha instructions using VMS register names. */ @@ -69,7 +69,7 @@ print_insn_alpha_vms (memaddr, info) "F24", "F25", "F26", "F27", "F28", "F29", "F30", "FZ" }; - return print_insn_alpha (memaddr, info, vms_regnames, -1); + return print_insn_alpha (memaddr, info, vms_regnames, AXP_OPCODE_ALL); } /* Disassemble Alpha instructions. */ -- 2.7.4