Mention the NetBSD support in "info proc" documentation
[deliverable/binutils-gdb.git] / gdb / gdbarch.c
index d763fc85e6f743b6c2a9c91b58cda3757c97e4a0..e7d4ccca9e7d6ebaa0a4dc37add2929ad2026613 100644 (file)
@@ -3936,7 +3936,7 @@ gdbarch_displaced_step_copy_insn_p (struct gdbarch *gdbarch)
   return gdbarch->displaced_step_copy_insn != NULL;
 }
 
-struct displaced_step_closure *
+displaced_step_closure_up
 gdbarch_displaced_step_copy_insn (struct gdbarch *gdbarch, CORE_ADDR from, CORE_ADDR to, struct regcache *regs)
 {
   gdb_assert (gdbarch != NULL);
This page took 0.025612 seconds and 4 git commands to generate.