* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / i386-tdep.c
index 3ddb2ffd833903aaa1cdc97e58932fc631a2a703..a02eace9a5f5860a99916007dd29d04746e104f3 100644 (file)
@@ -650,9 +650,9 @@ i386v4_sigtramp_saved_pc (frame)
     {
       if (STREQ (name, "_sigreturn"))
        saved_pc_offset = 132 + 14 * 4;
-      if (STREQ (name, "_sigacthandler"))
+      else if (STREQ (name, "_sigacthandler"))
        saved_pc_offset = 80 + 14 * 4;
-      if (STREQ (name, "sigvechandler"))
+      else if (STREQ (name, "sigvechandler"))
        saved_pc_offset = 120 + 14 * 4;
     }
 
This page took 0.022918 seconds and 4 git commands to generate.