This is the part of prev commit.
authorHui Zhu <teawater@gmail.com>
Sat, 11 Jul 2009 14:41:38 +0000 (14:41 +0000)
committerHui Zhu <teawater@gmail.com>
Sat, 11 Jul 2009 14:41:38 +0000 (14:41 +0000)
gdb/stack.c

index 82ac0d4..30963a2 100644 (file)
@@ -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);
 }