* hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register):

Change type of last argument to `gdb_byte *'.
This commit is contained in:
Mark Kettenis 2006-01-21 00:04:20 +00:00
parent fc375319ad
commit 4577207e6f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-01-21 Mark Kettenis <kettenis@gnu.org>
* hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register):
Change type of last argument to `gdb_byte *'.
2006-01-20 Mark Kettenis <kettenis@gnu.org>
* hppa-tdep.h (hppa_in_solib_call_trampoline)

View File

@ -283,7 +283,7 @@ hppa_linux_sigtramp_frame_prev_register (struct frame_info *next_frame,
int regnum, int *optimizedp,
enum lval_type *lvalp,
CORE_ADDR *addrp,
int *realnump, void *valuep)
int *realnump, gdb_byte *valuep)
{
struct hppa_linux_sigtramp_unwind_cache *info
= hppa_linux_sigtramp_frame_unwind_cache (next_frame, this_prologue_cache);