summaryrefslogtreecommitdiff
path: root/opcodes/i386-dis.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-11-14 12:01:12 +0000
committerAndreas Jaeger <aj@suse.de>2001-11-14 12:01:12 +0000
commite4f76d435eecfc1cf51611b04003bb44e3668703 (patch)
tree121fa1b10450635bbbe7e65a445fa317a529be2d /opcodes/i386-dis.c
parent64ab24db7ab1574f1f56e951d9f922ad37716717 (diff)
downloadgdb-e4f76d435eecfc1cf51611b04003bb44e3668703.tar.gz
* i386-dis.c (print_insn): Use x86-64 as option.
Diffstat (limited to 'opcodes/i386-dis.c')
-rw-r--r--opcodes/i386-dis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c
index 6926dabf492..7b4b8582e3a 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;