* hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind_cache): Fix
typo.
This commit is contained in:
parent
be8dd2ca9e
commit
01926a6935
2 changed files with 6 additions and 1 deletions
|
@ -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 a new issue