From: Hui Zhu Date: Sat, 11 Jul 2009 14:41:38 +0000 (+0000) Subject: This is the part of prev commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=858031d9117ddb12cc731393b8d43a95994b9c80;p=binutils-gdb.git This is the part of prev commit. --- diff --git a/gdb/stack.c b/gdb/stack.c index 82ac0d48fe0..30963a2c1ff 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -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); }