gdb: introduce displaced_step_closure_up type alias
[deliverable/binutils-gdb.git] / gdb / i386-tdep.c
index fdad3ea2efe55cc2a67294ac341ead008c25dc37..5ca1b9402a5539e20e0c449b37883bef8bb89fe6 100644 (file)
@@ -798,7 +798,7 @@ i386_insn_is_jump (struct gdbarch *gdbarch, CORE_ADDR addr)
 
 /* Some kernels may run one past a syscall insn, so we have to cope.  */
 
-std::unique_ptr<displaced_step_closure>
+displaced_step_closure_up
 i386_displaced_step_copy_insn (struct gdbarch *gdbarch,
                               CORE_ADDR from, CORE_ADDR to,
                               struct regcache *regs)
This page took 0.029369 seconds and 4 git commands to generate.