Add some more casts (1/2)
[deliverable/binutils-gdb.git] / gdb / m68k-tdep.c
index 285a83159758c2f016db68937500b976376a23cb..01e67b9a51c11964af81be65531439f5ae252219 100644 (file)
@@ -882,7 +882,7 @@ m68k_frame_cache (struct frame_info *this_frame, void **this_cache)
   int i;
 
   if (*this_cache)
-    return *this_cache;
+    return (struct m68k_frame_cache *) *this_cache;
 
   cache = m68k_alloc_frame_cache ();
   *this_cache = cache;
This page took 0.044123 seconds and 4 git commands to generate.