+2005-06-12 Mark Kettenis <kettenis@gnu.org>
+
+ * amd64-tdep.c (amd64_frame_prev_register)
+ (amd64_sigtramp_frame_prev_register): Change type of last argument
+ to `gdb_byte *'.
+
2005-06-11 Mark Kettenis <kettenis@gnu.org>
* i386-tdep.c (i386_register_type): Return
amd64_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 amd64_frame_cache *cache =
amd64_frame_cache (next_frame, this_cache);
void **this_cache,
int regnum, int *optimizedp,
enum lval_type *lvalp, CORE_ADDR *addrp,
- int *realnump, void *valuep)
+ int *realnump, gdb_byte *valuep)
{
/* Make sure we've initialized the cache. */
amd64_sigtramp_frame_cache (next_frame, this_cache);