Shorten long lines in linux-aarch64-low.c
[deliverable/binutils-gdb.git] / gdb / iq2000-tdep.c
index f9795914a711ea69174b050502f70a4aea4aa1dd..efeb2440292edb4bfb3bfb169be1a71e978faaf9 100644 (file)
@@ -372,7 +372,7 @@ iq2000_frame_cache (struct frame_info *this_frame, void **this_cache)
   int i;
 
   if (*this_cache)
-    return *this_cache;
+    return (struct iq2000_frame_cache *) *this_cache;
 
   cache = FRAME_OBSTACK_ZALLOC (struct iq2000_frame_cache);
   iq2000_init_frame_cache (cache);
This page took 0.023388 seconds and 4 git commands to generate.