summaryrefslogtreecommitdiff
path: root/gdb/stack.c
diff options
context:
space:
mode:
authorHui Zhu <teawater@gmail.com>2009-07-11 14:41:38 +0000
committerHui Zhu <teawater@gmail.com>2009-07-11 14:41:38 +0000
commitf56efef725a7423737bdefcb42a9e80817012d0e (patch)
treec30d0bab192dd492299e17f5120d3148288738dc /gdb/stack.c
parente1f9f201e26a5c90c6d7006ebfbde46f9ce81466 (diff)
downloadgdb-f56efef725a7423737bdefcb42a9e80817012d0e.tar.gz
This is the part of prev commit.
Diffstat (limited to 'gdb/stack.c')
-rw-r--r--gdb/stack.c2
1 files changed, 1 insertions, 1 deletions
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);
}