* i386-dis.c (print_insn): Use x86-64 as option.

This commit is contained in:
Andreas Jaeger
2001-11-14 12:01:12 +00:00
parent b89e9eae55
commit fa405d97a1
2 changed files with 8 additions and 4 deletions

View 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;