* m88k-tdep.c (m88k_frame_prev_register): Change type of last
argument to `gdb_byte *'.
This commit is contained in:
parent
81e51e700b
commit
2c7ff8e102
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2005-06-12 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* m88k-tdep.c (m88k_frame_prev_register): Change type of last
|
||||
argument to `gdb_byte *'.
|
||||
|
||||
* vax-tdep.c (vax_frame_prev_register): Change type of last
|
||||
argument to `gdb_byte *'.
|
||||
|
||||
|
|
|
@ -721,7 +721,7 @@ static void
|
|||
m88k_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 m88k_frame_cache *cache = m88k_frame_cache (next_frame, this_cache);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue