mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
From Masaki MURANAKA <monaka@monami-software.com>:
* mips-mdebug-tdep.c (mips_mdebug_frame_prev_register): Change type of last argument to `gdb_byte *'
This commit is contained in:
parent
5f1fb6dcb3
commit
bc0c849e87
@ -1,3 +1,9 @@
|
||||
2006-04-25 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
From Masaki MURANAKA <monaka@monami-software.com>:
|
||||
* mips-mdebug-tdep.c (mips_mdebug_frame_prev_register): Change
|
||||
type of last argument to `gdb_byte *'
|
||||
|
||||
2006-04-25 Jim Blandy <jimb@codesourcery.com>
|
||||
|
||||
Add support for 'target remote |' on MinGW.
|
||||
|
@ -394,7 +394,7 @@ mips_mdebug_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 mips_frame_cache *info = mips_mdebug_frame_cache (next_frame,
|
||||
this_cache);
|
||||
|
Loading…
Reference in New Issue
Block a user