* disasm.h (gdb_disassembly): Add GDBARCH parameter.
[deliverable/binutils-gdb.git] / gdb / printcmd.c
index 5533faafe5f1badb5a4df5c1323ea1bd75a71391..7601d7c416f7c4b4e8d91513b29d42a6c4ffd7ef 100644 (file)
@@ -293,7 +293,8 @@ print_formatted (struct value *val, int size,
          /* We often wrap here if there are long symbolic names.  */
          wrap_here ("    ");
          next_address = (value_address (val)
-                         + gdb_print_insn (value_address (val), stream,
+                         + gdb_print_insn (get_type_arch (type),
+                                           value_address (val), stream,
                                            &branch_delay_insns));
          return;
        }
This page took 0.026292 seconds and 4 git commands to generate.