mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
2002-04-14 Elena Zannoni <ezannoni@redhat.com>
* mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN instead of tm_print_insn.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2002-04-14 Elena Zannoni <ezannoni@redhat.com>
|
||||||
|
|
||||||
|
* mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
|
||||||
|
instead of tm_print_insn.
|
||||||
|
|
||||||
2002-04-14 Elena Zannoni <ezannoni@redhat.com>
|
2002-04-14 Elena Zannoni <ezannoni@redhat.com>
|
||||||
|
|
||||||
* ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
|
* ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
|
||||||
|
@ -123,7 +123,7 @@ dump_insns (disassemble_info * di, CORE_ADDR low, CORE_ADDR high,
|
|||||||
xfree (name);
|
xfree (name);
|
||||||
|
|
||||||
ui_file_rewind (stb->stream);
|
ui_file_rewind (stb->stream);
|
||||||
pc += (*tm_print_insn) (pc, di);
|
pc += TARGET_PRINT_INSN (pc, di);
|
||||||
ui_out_field_stream (uiout, "inst", stb);
|
ui_out_field_stream (uiout, "inst", stb);
|
||||||
ui_file_rewind (stb->stream);
|
ui_file_rewind (stb->stream);
|
||||||
ui_out_tuple_end (uiout);
|
ui_out_tuple_end (uiout);
|
||||||
|
Reference in New Issue
Block a user