forked from Imagelibrary/binutils-gdb
2009-02-04 Tristan Gingold <gingold@adacore.com>
* i386-tdep.c (i386_sigtramp_p): Make it public. * i386-tdep.h (i386_sigtramp_p): Declare.
This commit is contained in:
@@ -2452,7 +2452,7 @@ i386_pe_skip_trampoline_code (CORE_ADDR pc, char *name)
|
||||
/* Return whether the THIS_FRAME corresponds to a sigtramp
|
||||
routine. */
|
||||
|
||||
static int
|
||||
int
|
||||
i386_sigtramp_p (struct frame_info *this_frame)
|
||||
{
|
||||
CORE_ADDR pc = get_frame_pc (this_frame);
|
||||
|
||||
Reference in New Issue
Block a user