mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
* frame.h (frame_id_unwind_ftype): Fix typo in return type.
This commit is contained in:
parent
fe29b929e2
commit
3de2dc4ff6
@ -1,3 +1,7 @@
|
||||
2002-12-13 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* frame.h (frame_id_unwind_ftype): Fix typo in return type.
|
||||
|
||||
2002-12-13 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* config/mips/tm-mips.h, config/mips/tm-irix3.h,
|
||||
|
@ -335,8 +335,8 @@ 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_info (frame_id_unwind_ftype) (struct frame_info *frame,
|
||||
void **unwind_cache);
|
||||
typedef struct frame_id (frame_id_unwind_ftype) (struct frame_info *frame,
|
||||
void **unwind_cache);
|
||||
|
||||
/* Describe the saved registers of a frame. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user