* dwarf2-frame.c (dwarf2_frame_cache, dwarf2_frame_this_id)
[deliverable/binutils-gdb.git] / gdb / vax-tdep.c
index 877e02dd3b73fe6f53c7f9690e0b5f22e80c2ca3..ad53725df1c985cdd3664ff701e2ebe10f179889 100644 (file)
@@ -384,7 +384,8 @@ vax_frame_this_id (struct frame_info *next_frame, void **this_cache,
   if (cache->base == 0)
     return;
 
-  (*this_id) = frame_id_build (cache->base, frame_func_unwind (next_frame));
+  (*this_id) = frame_id_build (cache->base,
+                              frame_func_unwind (next_frame, NORMAL_FRAME));
 }
 
 static void
This page took 0.023238 seconds and 4 git commands to generate.