From 858031d9117ddb12cc731393b8d43a95994b9c80 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 82ac0d4..30963a2 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.7.4