gdb: fix python/lib/gdb/__init__.py formatting
[deliverable/binutils-gdb.git] / gdb / i386-gnu-tdep.c
index 6033b986b6a3a1160df3d34edc431a9ebb1e948d..33ccd3b9ebec648ea066cc429ecb90500d7ec486 100644 (file)
@@ -63,7 +63,7 @@ i386_gnu_sigtramp_start (struct frame_info *this_frame)
 
   if (!safe_frame_unwind_memory (this_frame,
                                 pc + GNU_SIGTRAMP_TAIL - GNU_SIGTRAMP_LEN,
-                                buf, GNU_SIGTRAMP_LEN))
+                                buf))
     return 0;
 
   if (memcmp (buf, gnu_sigtramp_code, GNU_SIGTRAMP_LEN) != 0)
This page took 0.025345 seconds and 4 git commands to generate.