]> Git Repo - binutils.git/blobdiff - gdb/frame.h
2003-01-16 Andrew Cagney <[email protected]>
[binutils.git] / gdb / frame.h
index 04dee94e680ceeef8b771a09d546c08362ba8b98..09df2b8109bcef784be112bba9fc544c3b9419f3 100644 (file)
@@ -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.  */
 
This page took 0.022813 seconds and 4 git commands to generate.