Add support for single register window model on SPARC
[deliverable/binutils-gdb.git] / gdb / sparc64nbsd-tdep.c
index 5d6c27c17f4c7036ad42b2699642ce62e0309589..94e0f3e83c2b1860fa77d0838e610d81cbbe9dc2 100644 (file)
@@ -173,7 +173,7 @@ sparc64nbsd_sigcontext_frame_cache (struct frame_info *this_frame,
 
       /* Since we couldn't find the frame's function, the cache was
          initialized under the assumption that we're frameless.  */
-      cache->frameless_p = 0;
+      sparc_record_save_insn (cache);
       addr = get_frame_register_unsigned (this_frame, SPARC_FP_REGNUM);
       if (addr & 1)
        addr += BIAS;
This page took 0.024501 seconds and 4 git commands to generate.