diff options
Diffstat (limited to 'gdb/frame-unwind.h')
-rw-r--r-- | gdb/frame-unwind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/frame-unwind.h b/gdb/frame-unwind.h index 74c0a4a..d51f8b0 100644 --- a/gdb/frame-unwind.h +++ b/gdb/frame-unwind.h @@ -116,7 +116,7 @@ typedef void (frame_prev_register_ftype) (struct frame_info *next_frame, int *optimized, enum lval_type * lvalp, CORE_ADDR *addrp, - int *realnump, void *valuep); + int *realnump, gdb_byte *valuep); /* Assuming the frame chain: (outer) prev <-> this <-> next (inner); use the NEXT frame, and its register unwind method, to return the PREV |