Add support for single register window model on SPARC
[deliverable/binutils-gdb.git] / gdb / sparcobsd-tdep.c
index b9e954001a4012614e925b4ee55aefbe374b31da..52f9d70c54107d988475d8fe47cf358d6e1fc553 100644 (file)
@@ -91,7 +91,7 @@ sparc32obsd_sigtramp_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);
       cache->base = addr;
     }
This page took 0.030397 seconds and 4 git commands to generate.