Add some more casts (1/2)
[deliverable/binutils-gdb.git] / gdb / frv-tdep.c
index 19ff87eeb72b4ad5a4185fb711e80bf19d956fd4..984c6e87840f5ffd8ce2ecd95877e266fb942d6a 100644 (file)
@@ -1099,7 +1099,7 @@ frv_frame_unwind_cache (struct frame_info *this_frame,
   struct frv_unwind_cache *info;
 
   if ((*this_prologue_cache))
-    return (*this_prologue_cache);
+    return (struct frv_unwind_cache *) (*this_prologue_cache);
 
   info = FRAME_OBSTACK_ZALLOC (struct frv_unwind_cache);
   (*this_prologue_cache) = info;
This page took 0.025257 seconds and 4 git commands to generate.