Explicitly include <array> for std::array<>.
[deliverable/binutils-gdb.git] / gdb / rl78-tdep.c
index 307a7607e6b437b0debc7bc2e075fc062c2b1f7f..5775f96d3101ffbafaccba8c9d2c43bfdad5e1c9 100644 (file)
@@ -1470,9 +1470,6 @@ rl78_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
   set_gdbarch_sw_breakpoint_from_kind (gdbarch, rl78_breakpoint::bp_from_kind);
   set_gdbarch_decr_pc_after_break (gdbarch, 1);
 
-  /* Disassembly.  */
-  set_gdbarch_print_insn (gdbarch, print_insn_rl78);
-
   /* Frames, prologues, etc.  */
   set_gdbarch_inner_than (gdbarch, core_addr_lessthan);
   set_gdbarch_skip_prologue (gdbarch, rl78_skip_prologue);
This page took 0.024465 seconds and 4 git commands to generate.