* vax-tdep.c (vax_frame_prev_register): Change type of last

argument to `gdb_byte *'.
This commit is contained in:
Mark Kettenis 2005-06-12 11:17:57 +00:00
parent 47ef841b87
commit 81e51e700b
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2005-06-12 Mark Kettenis <kettenis@gnu.org>
* vax-tdep.c (vax_frame_prev_register): Change type of last
argument to `gdb_byte *'.
* sparc-tdep.c (sparc32_frame_prev_register): Change type of last
argument to `gdb_byte *'.
* sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):

View file

@ -390,7 +390,7 @@ static void
vax_frame_prev_register (struct frame_info *next_frame, void **this_cache,
int regnum, int *optimizedp,
enum lval_type *lvalp, CORE_ADDR *addrp,
int *realnump, void *valuep)
int *realnump, gdb_byte *valuep)
{
struct vax_frame_cache *cache = vax_frame_cache (next_frame, this_cache);