diff options
Diffstat (limited to 'gdb/sparc-tdep.h')
-rw-r--r-- | gdb/sparc-tdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/sparc-tdep.h b/gdb/sparc-tdep.h index 9f3a1ea..ea0fe45 100644 --- a/gdb/sparc-tdep.h +++ b/gdb/sparc-tdep.h @@ -156,10 +156,10 @@ extern CORE_ADDR sparc_analyze_prologue (struct gdbarch *gdbarch, struct sparc_frame_cache *cache); extern struct sparc_frame_cache * - sparc_frame_cache (struct frame_info *next_frame, void **this_cache); + sparc_frame_cache (struct frame_info *this_frame, void **this_cache); extern struct sparc_frame_cache * - sparc32_frame_cache (struct frame_info *next_frame, void **this_cache); + sparc32_frame_cache (struct frame_info *this_frame, void **this_cache); |