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:
Mark Kettenis 2006-04-25 18:58:09 +00:00
parent 5f1fb6dcb3
commit bc0c849e87
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -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);