mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-07 13:39:43 +08:00
2002-04-20 David S. Miller <davem@redhat.com>
* sparc-tdep.c (sparc_pop_frame): Only need to allocate SPARC_INTREG_SIZE * 16 bytes for reg_temp.
This commit is contained in:
parent
5a595886e4
commit
69cdf6a234
@ -1,3 +1,8 @@
|
||||
2002-04-20 David S. Miller <davem@redhat.com>
|
||||
|
||||
* sparc-tdep.c (sparc_pop_frame): Only need to allocate
|
||||
SPARC_INTREG_SIZE * 16 bytes for reg_temp.
|
||||
|
||||
2002-04-21 David S. Miller <davem@redhat.com>
|
||||
|
||||
* remote-vxsparc.c (vx_read_register): Fix typo, we want
|
||||
|
@ -1262,7 +1262,7 @@ sparc_pop_frame (void)
|
||||
|
||||
char *reg_temp;
|
||||
|
||||
reg_temp = alloca (REGISTER_BYTES);
|
||||
reg_temp = alloca (SPARC_INTREG_SIZE * 16);
|
||||
|
||||
read_memory (fsr[I0_REGNUM], raw_buffer, 8 * SPARC_INTREG_SIZE);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user