Make function fixed_point_scaling_factor a method of struct type
[deliverable/binutils-gdb.git] / gdb / sparc64-obsd-tdep.c
index fe55124ea02243225924f0fe631e0d4d4f80a8fa..340aa2b75cf0283b878a0eca5bf19d5f064e5e8e 100644 (file)
@@ -168,7 +168,7 @@ sparc64obsd_frame_cache (struct frame_info *this_frame, void **this_cache)
       cache->pc &= ~(sparc64obsd_page_size - 1);
 
       /* 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);
       if (addr & 1)
This page took 0.023881 seconds and 4 git commands to generate.