This is the part of prev commit.

This commit is contained in:
Hui Zhu
2009-07-11 14:41:38 +00:00
parent 4c93b1d7e3
commit 858031d911

View File

@ -482,7 +482,7 @@ gdb_disassembly_stub (void *args)
{
struct gdb_disassembly_stub_args *p = args;
gdb_disassembly (p->gdbarch, uiout, 0,
DISASSEMBLY_SOURCE | DISASSEMBLY_RAW_INSN, p->how_many,
DISASSEMBLY_RAW_INSN, p->how_many,
p->low, p->high);
}