projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c93b1d
)
This is the part of prev commit.
author
Hui Zhu
<teawater@gmail.com>
Sat, 11 Jul 2009 14:41:38 +0000
(14:41 +0000)
committer
Hui Zhu
<teawater@gmail.com>
Sat, 11 Jul 2009 14:41:38 +0000
(14:41 +0000)
gdb/stack.c
patch
|
blob
|
history
diff --git
a/gdb/stack.c
b/gdb/stack.c
index 82ac0d48fe0260d476554c04217271dc53de5b8a..30963a2c1ff397babfd8697c4ed51da377590670 100644
(file)
--- 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);
}