summaryrefslogtreecommitdiff
path: root/gdb/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/frame.h')
-rw-r--r--gdb/frame.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/frame.h b/gdb/frame.h
index 04dee94e680..09df2b8109b 100644
--- a/gdb/frame.h
+++ b/gdb/frame.h
@@ -335,8 +335,9 @@ typedef CORE_ADDR (frame_pc_unwind_ftype) (struct frame_info *frame,
/* Same as for registers above, but return the ID of the frame that
called this one. */
-typedef struct frame_id (frame_id_unwind_ftype) (struct frame_info *frame,
- void **unwind_cache);
+typedef void (frame_id_unwind_ftype) (struct frame_info *frame,
+ void **unwind_cache,
+ struct frame_id *id);
/* Describe the saved registers of a frame. */