mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 08:18:36 +08:00
* i386-dis.c (print_insn): Use x86-64 as option.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2001-11-14 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* i386-dis.c (print_insn): Use x86-64 as option.
|
||||||
|
|
||||||
2001-11-14 Alan Modra <amodra@bigpond.net.au>
|
2001-11-14 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* disassemble.c (disassembler): Call print_insn_i386.
|
* disassemble.c (disassembler): Call print_insn_i386.
|
||||||
|
@ -1903,7 +1903,7 @@ print_insn (pc, info)
|
|||||||
|
|
||||||
for (p = info->disassembler_options; p != NULL; )
|
for (p = info->disassembler_options; p != NULL; )
|
||||||
{
|
{
|
||||||
if (strncmp (p, "x86_64", 6) == 0)
|
if (strncmp (p, "x86-64", 6) == 0)
|
||||||
{
|
{
|
||||||
mode_64bit = 1;
|
mode_64bit = 1;
|
||||||
priv.orig_sizeflag = AFLAG | DFLAG;
|
priv.orig_sizeflag = AFLAG | DFLAG;
|
||||||
|
Reference in New Issue
Block a user