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:
parent
cb06fa073c
commit
6d1e3329f6
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* 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);
|
||||
|
||||
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_file_rewind (stb->stream);
|
||||
ui_out_tuple_end (uiout);
|
||||
|
|
Loading…
Add table
Reference in a new issue