]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/frv-linux-tdep.c
Add some more casts (1/2)
[thirdparty/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);