mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-25 16:57:52 +00:00
* arm-tdep.c (arm_prologue_prev_register)
(arm_sigtramp_prev_register): Change type of last argument to `gdb_byte *'.
This commit is contained in:
@@ -953,7 +953,7 @@ arm_prologue_prev_register (struct frame_info *next_frame,
|
||||
enum lval_type *lvalp,
|
||||
CORE_ADDR *addrp,
|
||||
int *realnump,
|
||||
void *valuep)
|
||||
gdb_byte *valuep)
|
||||
{
|
||||
struct arm_prologue_cache *cache;
|
||||
|
||||
@@ -1113,7 +1113,7 @@ arm_sigtramp_prev_register (struct frame_info *next_frame,
|
||||
enum lval_type *lvalp,
|
||||
CORE_ADDR *addrp,
|
||||
int *realnump,
|
||||
void *valuep)
|
||||
gdb_byte *valuep)
|
||||
{
|
||||
struct arm_prologue_cache *cache;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user