mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
* i386-dis.c (print_insn): Use x86-64 as option.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user