From fa405d97a1ac276355958ef76f5a90c00e0ed91f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 14 Nov 2001 12:01:12 +0000 Subject: * i386-dis.c (print_insn): Use x86-64 as option. --- opcodes/i386-dis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opcodes/i386-dis.c') diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 6926dab..7b4b858 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -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; -- cgit v1.1