diff options
Diffstat (limited to 'gdb/cris-tdep.c')
-rw-r--r-- | gdb/cris-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cris-tdep.c b/gdb/cris-tdep.c index eaacd18..5888a1b 100644 --- a/gdb/cris-tdep.c +++ b/gdb/cris-tdep.c @@ -1442,7 +1442,7 @@ crisv32_scan_prologue (CORE_ADDR pc, struct frame_info *next_frame, of the first instruction after the function prologue. */ static CORE_ADDR -cris_skip_prologue (CORE_ADDR pc) +cris_skip_prologue (struct gdbarch *gdbarch, CORE_ADDR pc) { CORE_ADDR func_addr, func_end; struct symtab_and_line sal; |