Remove simple_displaced_step_copy_insn
[deliverable/binutils-gdb.git] / gdb / i386-linux-tdep.c
index 87a9598f8af2b651e41b7350702ea75047b83e8d..8cec6753f060a85be6dcd3a2767d7854a8d032df 100644 (file)
@@ -803,13 +803,13 @@ i386_linux_displaced_step_copy_insn (struct gdbarch *gdbarch,
                                     struct regcache *regs)
 {
   struct displaced_step_closure *closure;
-  
+
   closure = i386_displaced_step_copy_insn (gdbarch, from, to, regs);
 
   if (i386_linux_get_syscall_number_from_regcache (regs) != -1)
     {
-      /* Since we use simple_displaced_step_copy_insn, our closure is a
-        copy of the instruction.  */
+      /* The closure returned by i386_displaced_step_copy_insn is simply a
+         buffer with a copy of the instruction. */
       gdb_byte *insn = (gdb_byte *) closure;
 
       /* Fake nop.  */
This page took 0.023731 seconds and 4 git commands to generate.