OSDN Git Service

* i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
authorkettenis <kettenis>
Wed, 3 Jul 2002 09:39:46 +0000 (09:39 +0000)
committerkettenis <kettenis>
Wed, 3 Jul 2002 09:39:46 +0000 (09:39 +0000)
frameless_look_for_prologue, such that we actually call this
function.

gdb/ChangeLog
gdb/i386-tdep.c

index 591e7fe..167bee3 100644 (file)
@@ -1,3 +1,9 @@
+2002-07-03  Mark Kettenis  <kettenis@gnu.org>
+
+       * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
+       frameless_look_for_prologue, such that we actually call this
+       function.
+
 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
 
        * frame.h (frame_address_in_block): New function.
index 5940146..8efba94 100644 (file)
@@ -481,7 +481,7 @@ i386_frameless_signal_p (struct frame_info *frame)
 {
   return (frame->next
          && frame->next->signal_handler_caller
-         && frameless_look_for_prologue);
+         && frameless_look_for_prologue (frame));
 }
 
 /* Return the chain-pointer for FRAME.  In the case of the i386, the