Fix ia64 gas testsuite. Update ia64 DV tables. Fix ia64 gas testsuite again.
[deliverable/binutils-gdb.git] / opcodes / ia64-dis.c
index 6e71728eb2a4f948e718fe9daeddb7d60453f37c..c776abdeb43db63f0cae76c827bdf64eac19969b 100644 (file)
@@ -117,7 +117,7 @@ print_insn_ia64 (bfd_vma memaddr, struct disassemble_info *info)
     {
       /* skip L slot in MLI template: */
       slotnum = 2;
-      retval = 16 - slot_multiplier;
+      retval += slot_multiplier;
     }
 
   insn = slot[slotnum];
This page took 0.023845 seconds and 4 git commands to generate.