mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 12:53:17 +08:00
This is the part of prev commit.
This commit is contained in:
@ -482,7 +482,7 @@ gdb_disassembly_stub (void *args)
|
|||||||
{
|
{
|
||||||
struct gdb_disassembly_stub_args *p = args;
|
struct gdb_disassembly_stub_args *p = args;
|
||||||
gdb_disassembly (p->gdbarch, uiout, 0,
|
gdb_disassembly (p->gdbarch, uiout, 0,
|
||||||
DISASSEMBLY_SOURCE | DISASSEMBLY_RAW_INSN, p->how_many,
|
DISASSEMBLY_RAW_INSN, p->how_many,
|
||||||
p->low, p->high);
|
p->low, p->high);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user