diff options
Diffstat (limited to 'gdb/sparc-netbsd-tdep.c')
-rw-r--r-- | gdb/sparc-netbsd-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sparc-netbsd-tdep.c b/gdb/sparc-netbsd-tdep.c index 7cb4126..0f9694d 100644 --- a/gdb/sparc-netbsd-tdep.c +++ b/gdb/sparc-netbsd-tdep.c @@ -199,7 +199,7 @@ sparc32nbsd_sigcontext_frame_cache (struct frame_info *this_frame, cache->pc = sparc32nbsd_sigtramp_start; /* Since we couldn't find the frame's function, the cache was - initialized under the assumption that we're frameless. */ + initialized under the assumption that we're frameless. */ sparc_record_save_insn (cache); addr = get_frame_register_unsigned (this_frame, SPARC_FP_REGNUM); cache->base = addr; |