diff options
-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); } |