common/filestuff.c (make_cleanup_close): Update comment.
[deliverable/binutils-gdb.git] / gdb / mt-tdep.c
index 21d081da7778f7a0dbbfaedb928fea778fb2707e..44983f0692af9acd5404a8ff518ab5b5b55dbab6 100644 (file)
@@ -915,7 +915,7 @@ mt_frame_unwind_cache (struct frame_info *this_frame,
   ULONGEST sp, fp;
 
   if ((*this_prologue_cache))
-    return (*this_prologue_cache);
+    return (struct mt_unwind_cache *) (*this_prologue_cache);
 
   gdbarch = get_frame_arch (this_frame);
   info = FRAME_OBSTACK_ZALLOC (struct mt_unwind_cache);
This page took 0.024081 seconds and 4 git commands to generate.