diff options
author | Hui Zhu <teawater@gmail.com> | 2009-07-11 14:41:38 +0000 |
---|---|---|
committer | Hui Zhu <teawater@gmail.com> | 2009-07-11 14:41:38 +0000 |
commit | 858031d9117ddb12cc731393b8d43a95994b9c80 (patch) | |
tree | ae54c0e9d59ed1afdd578c9d066a413e81a29513 | |
parent | 4c93b1d7e371eb6dacc88d6e09aae6691c1f7353 (diff) | |
download | gdb-858031d9117ddb12cc731393b8d43a95994b9c80.zip gdb-858031d9117ddb12cc731393b8d43a95994b9c80.tar.gz gdb-858031d9117ddb12cc731393b8d43a95994b9c80.tar.bz2 |
This is the part of prev commit.
-rw-r--r-- | gdb/stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |