diff options
Diffstat (limited to 'gdb/hppa-tdep.c')
-rw-r--r-- | gdb/hppa-tdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c index 90dfa00..4bad651 100644 --- a/gdb/hppa-tdep.c +++ b/gdb/hppa-tdep.c @@ -325,7 +325,7 @@ pc_in_linker_stub (pc) from the given PC, then backward. */ for (i = 0; i < 4; i++) { - /* If we hit something with an unwind, stop searching this direction. + /* If we hit something with an unwind, stop searching this direction. */ if (find_unwind_entry (pc + i * 4) != 0) break; @@ -347,7 +347,7 @@ pc_in_linker_stub (pc) /* Now look backward. */ for (i = 0; i < 4; i++) { - /* If we hit something with an unwind, stop searching this direction. + /* If we hit something with an unwind, stop searching this direction. */ if (find_unwind_entry (pc - i * 4) != 0) break; |