gdb: introduce displaced_step_closure_up type alias
[deliverable/binutils-gdb.git] / gdb / s390-tdep.c
index 2d7cd370a3af77ed126a934b3b8a1218f6a5996a..39f9a48d545bc0cceab9705b0790ec5b6bee2441 100644 (file)
@@ -425,7 +425,7 @@ typedef buf_displaced_step_closure s390_displaced_step_closure;
 
 /* Implementation of gdbarch_displaced_step_copy_insn.  */
 
-static std::unique_ptr<displaced_step_closure>
+static displaced_step_closure_up
 s390_displaced_step_copy_insn (struct gdbarch *gdbarch,
                               CORE_ADDR from, CORE_ADDR to,
                               struct regcache *regs)
This page took 0.024249 seconds and 4 git commands to generate.