Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
(RISC-V GDB) GDB update
Browse files Browse the repository at this point in the history
  • Loading branch information
palmer-dabbelt committed Aug 8, 2017
1 parent e36e83f commit 82b8a3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gdb/riscv-tdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,6 @@ riscv_gdbarch_init (struct gdbarch_info info,
set_gdbarch_return_value (gdbarch, riscv_return_value);
set_gdbarch_breakpoint_kind_from_pc (gdbarch, riscv_breakpoint_kind_from_pc);
set_gdbarch_sw_breakpoint_from_kind (gdbarch, riscv_sw_breakpoint_from_kind);
set_gdbarch_print_insn (gdbarch, print_insn_riscv);

/* Register architecture. */
set_gdbarch_pseudo_register_read (gdbarch, riscv_pseudo_register_read);
Expand Down

0 comments on commit 82b8a3f

Please sign in to comment.