common/filestuff.c (make_cleanup_close): Update comment.
[deliverable/binutils-gdb.git] / gdb / frv-linux-tdep.c
index 8775d196f70fc321c5a28ea7e1f506df69bf339d..6950b6c110a01ef9c7607253a8306f57f6678225 100644 (file)
@@ -271,7 +271,7 @@ frv_linux_sigtramp_frame_cache (struct frame_info *this_frame,
   struct frame_id this_id;
 
   if (*this_cache)
-    return *this_cache;
+    return (struct trad_frame_cache *) *this_cache;
 
   cache = trad_frame_cache_zalloc (this_frame);
 
This page took 0.023911 seconds and 4 git commands to generate.