mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-01 13:26:47 +08:00
* hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind_cache): Fix
typo.
This commit is contained in:
parent
be8dd2ca9e
commit
01926a6935
@ -1,3 +1,8 @@
|
||||
2004-12-10 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind_cache): Fix
|
||||
typo.
|
||||
|
||||
2004-12-10 Kris Warkentin <kewarken@qnx.com>
|
||||
|
||||
* nto-tdep.h: Include osabi.h. Prototypes for generic Neutrino
|
||||
|
@ -1169,7 +1169,7 @@ hppa_hpux_sigtramp_frame_unwind_cache (struct frame_info *next_frame,
|
||||
off += incr;
|
||||
}
|
||||
|
||||
for (i = 0; ARRAY_SIZE (hppa_hpux_tramp_reg); i++)
|
||||
for (i = 0; i < ARRAY_SIZE (hppa_hpux_tramp_reg); i++)
|
||||
{
|
||||
if (hppa_hpux_tramp_reg[i] > 0)
|
||||
info->saved_regs[hppa_hpux_tramp_reg[i]].addr = off + szoff;
|
||||
|
Loading…
Reference in New Issue
Block a user