* configure.ac: Use AC_CHECK_DECLS instead of gcc_AC_CHECK_DECLS
[deliverable/binutils-gdb.git] / gdb / vax-tdep.c
index a790fad8383960d2b5882b83e9d4b688c4d0e5a7..21e71b9655865beb369e0919b2e37fb39fe6d956 100644 (file)
@@ -383,7 +383,7 @@ 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_pc_unwind (next_frame));
+  (*this_id) = frame_id_build (cache->base, frame_func_unwind (next_frame));
 }
 
 static void
This page took 0.02345 seconds and 4 git commands to generate.