* m68k-tdep.c (m68k_frame_prev_register): Change type of last
argument to `gdb_byte *'.
This commit is contained in:
parent
4bd7b4271e
commit
60b04da5be
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
2005-06-12 Mark Kettenis <kettenis@gnu.org>
|
2005-06-12 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* m68k-tdep.c (m68k_frame_prev_register): Change type of last
|
||||||
|
argument to `gdb_byte *'.
|
||||||
|
|
||||||
* arm-tdep.c (set_disassembly_style, _initialize_arm_tdep):
|
* arm-tdep.c (set_disassembly_style, _initialize_arm_tdep):
|
||||||
Consitify regnames.
|
Consitify regnames.
|
||||||
|
|
||||||
|
|
|
@ -825,7 +825,7 @@ static void
|
||||||
m68k_frame_prev_register (struct frame_info *next_frame, void **this_cache,
|
m68k_frame_prev_register (struct frame_info *next_frame, void **this_cache,
|
||||||
int regnum, int *optimizedp,
|
int regnum, int *optimizedp,
|
||||||
enum lval_type *lvalp, CORE_ADDR *addrp,
|
enum lval_type *lvalp, CORE_ADDR *addrp,
|
||||||
int *realnump, void *valuep)
|
int *realnump, gdb_byte *valuep)
|
||||||
{
|
{
|
||||||
struct m68k_frame_cache *cache = m68k_frame_cache (next_frame, this_cache);
|
struct m68k_frame_cache *cache = m68k_frame_cache (next_frame, this_cache);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue