From f56efef725a7423737bdefcb42a9e80817012d0e Mon Sep 17 00:00:00 2001 From: Hui Zhu Date: Sat, 11 Jul 2009 14:41:38 +0000 Subject: [PATCH] This is the part of prev commit. --- gdb/stack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/stack.c b/gdb/stack.c index 82ac0d48fe..30963a2c1f 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); } -- 2.11.0