X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=gdb%2Fi386-tdep.h;h=b3fef438964fb5875becef964fb4d4af108ea507;hb=e17a4113357102b55cfa5b80557d590a46a43300;hp=8b436d76788657c5d7972a50ba3f0ffe70a843ad;hpb=209bd28e8ba1a8d4f3f5e90ea954437050870837;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/i386-tdep.h b/gdb/i386-tdep.h index 8b436d7678..b3fef43896 100644 --- a/gdb/i386-tdep.h +++ b/gdb/i386-tdep.h @@ -178,7 +178,8 @@ extern struct type *i387_ext_type (struct gdbarch *gdbarch); #define I386_MAX_INSN_LEN (16) /* Functions exported from i386-tdep.c. */ -extern CORE_ADDR i386_pe_skip_trampoline_code (CORE_ADDR pc, char *name); +extern CORE_ADDR i386_pe_skip_trampoline_code (struct frame_info *frame, + CORE_ADDR pc, char *name); extern CORE_ADDR i386_skip_main_prologue (struct gdbarch *gdbarch, CORE_ADDR pc); /* Return whether the THIS_FRAME corresponds to a sigtramp routine. */