diff options
Diffstat (limited to 'gdb/i386-tdep.c')
-rw-r--r-- | gdb/i386-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386-tdep.c b/gdb/i386-tdep.c index d56862b..c88fb25 100644 --- a/gdb/i386-tdep.c +++ b/gdb/i386-tdep.c @@ -828,7 +828,7 @@ i386_analyze_prologue (CORE_ADDR pc, CORE_ADDR current_pc, /* Return PC of first real instruction. */ static CORE_ADDR -i386_skip_prologue (CORE_ADDR start_pc) +i386_skip_prologue (struct gdbarch *gdbarch, CORE_ADDR start_pc) { static gdb_byte pic_pat[6] = { |