Begin implementing ARC NPS-400 Accelerator instructions
[deliverable/binutils-gdb.git] / opcodes / h8300-dis.c
index 3eee70b92912c705efe7020a74d125e3f3b6b67d..8290ab7a02c554813d3bd0e04acdd01614967ced 100644 (file)
@@ -1,5 +1,5 @@
 /* Disassemble h8300 instructions.
-   Copyright (C) 1993-2015 Free Software Foundation, Inc.
+   Copyright (C) 1993-2016 Free Software Foundation, Inc.
 
    This file is part of the GNU opcodes library.
 
@@ -544,10 +544,6 @@ bfd_h8_disassemble (bfd_vma addr, disassemble_info *info, int mach)
                    (data[i] << 16) | (data[i + 1] << 8) | (data[i + 2]);
                  cstlen[opnr] = 24;
                }
-             else if (looking_for & IGNORE)
-               {
-                 ;
-               }
              else if (looking_for & DISPREG)
                {
                  dispregno[opnr] = thisnib & 7;
This page took 0.045124 seconds and 4 git commands to generate.