gdb: introduce displaced_step_closure_up type alias
[deliverable/binutils-gdb.git] / gdb / arm-linux-tdep.c
index daad1b7c167e217c2722b29822b0ff3899248e77..7fe84d33e69713587ff66fd3c5320e172090b342 100644 (file)
@@ -1103,7 +1103,7 @@ arm_catch_kernel_helper_return (struct gdbarch *gdbarch, CORE_ADDR from,
    the program has stepped into a Linux kernel helper routine (which must be
    handled as a special case).  */
 
-static std::unique_ptr<displaced_step_closure>
+static displaced_step_closure_up
 arm_linux_displaced_step_copy_insn (struct gdbarch *gdbarch,
                                    CORE_ADDR from, CORE_ADDR to,
                                    struct regcache *regs)
This page took 0.037346 seconds and 4 git commands to generate.