* hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind_cache): Fix

typo.
This commit is contained in:
Mark Kettenis 2004-12-10 15:48:21 +00:00
parent be8dd2ca9e
commit 01926a6935
2 changed files with 6 additions and 1 deletions

View File

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

View File

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