Add some more casts (2/2)
[deliverable/binutils-gdb.git] / gdb / sparc64-sol2-tdep.c
index 4e2baa6cf0918a7758f23fdadf2ce2652e8fa38b..a381e53244163c70b8e2e914af35d1c2cb302b97 100644 (file)
@@ -107,7 +107,7 @@ sparc64_sol2_sigtramp_frame_cache (struct frame_info *this_frame,
   int regnum;
 
   if (*this_cache)
-    return *this_cache;
+    return (struct sparc_frame_cache *) *this_cache;
 
   cache = sparc_frame_cache (this_frame, this_cache);
   gdb_assert (cache == *this_cache);
This page took 0.040182 seconds and 4 git commands to generate.