* configure.in <bfd_sh_arc>: For sh-* and shl-*, enable sh64
[deliverable/binutils-gdb.git] / opcodes / i386-dis.c
index 6926dabf492e9951a7f4eea0e571b6eff3e4c46f..7b4b8582e3af26e02b0aaf2cd526956d3adee11c 100644 (file)
@@ -1903,7 +1903,7 @@ print_insn (pc, info)
 
   for (p = info->disassembler_options; p != NULL; )
     {
-      if (strncmp (p, "x86_64", 6) == 0)
+      if (strncmp (p, "x86-64", 6) == 0)
        {
          mode_64bit = 1;
          priv.orig_sizeflag = AFLAG | DFLAG;
This page took 0.042687 seconds and 4 git commands to generate.