mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
* m68klinux-tdep.c (m68k_linux_sigtramp_frame_prev_register):
Correct type of VALUEP. Reported by Jean-Rene Peulve <jr.peulve@wanadoo.fr>.
This commit is contained in:
parent
8463be011b
commit
cba5fab953
@ -1,3 +1,9 @@
|
||||
2006-04-20 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* m68klinux-tdep.c (m68k_linux_sigtramp_frame_prev_register):
|
||||
Correct type of VALUEP. Reported by Jean-Rene Peulve
|
||||
<jr.peulve@wanadoo.fr>.
|
||||
|
||||
2006-04-19 Masaki Muranaka <monaka@monami-software.com>
|
||||
|
||||
* m32r-rom.c: On MinGW, include winsock.h instead of sys/types.h,
|
||||
|
@ -248,7 +248,7 @@ m68k_linux_sigtramp_frame_prev_register (struct frame_info *next_frame,
|
||||
int regnum, int *optimizedp,
|
||||
enum lval_type *lvalp,
|
||||
CORE_ADDR *addrp,
|
||||
int *realnump, void *valuep)
|
||||
int *realnump, gdb_byte *valuep)
|
||||
{
|
||||
/* Make sure we've initialized the cache. */
|
||||
struct trad_frame_cache *cache =
|
||||
|
Loading…
Reference in New Issue
Block a user