Add some more casts (2/2)
[deliverable/binutils-gdb.git] / gdb / v850-tdep.c
index 401c3597b028e413c754feea388abe245515c373..6c03dbde3f2f48b8341505ed3fce2b526039da4f 100644 (file)
@@ -1220,7 +1220,7 @@ v850_frame_cache (struct frame_info *this_frame, void **this_cache)
   int i;
 
   if (*this_cache)
-    return *this_cache;
+    return (struct v850_frame_cache *) *this_cache;
 
   cache = v850_alloc_frame_cache (this_frame);
   *this_cache = cache;
This page took 0.025002 seconds and 4 git commands to generate.