* mips-tdep.c (mips_insn16_frame_cache, mips_insn32_frame_sniffer):
[deliverable/binutils-gdb.git] / gdb / spu-tdep.c
index ef8c1c65c95183d40f23b2919d23e28b5ab5a11a..f749ecebb19e091b037662ecf2b2936a91ef8ce5 100644 (file)
@@ -587,7 +587,7 @@ spu_frame_unwind_cache (struct frame_info *next_frame,
   info->local_base = 0;
 
   /* Find the start of the current function, and analyze its prologue.  */
-  info->func = frame_func_unwind (next_frame);
+  info->func = frame_func_unwind (next_frame, NORMAL_FRAME);
   if (info->func == 0)
     {
       /* Fall back to using the current PC as frame ID.  */
This page took 0.023511 seconds and 4 git commands to generate.