Add some more casts (1/2)
[deliverable/binutils-gdb.git] / gdb / lm32-tdep.c
index 779575c77365afaac3a9f22a358aabc978308598..25a7e1ee70e7db45edebdcf1d8c4adff1e0e4b51 100644 (file)
@@ -422,7 +422,7 @@ lm32_frame_cache (struct frame_info *this_frame, void **this_prologue_cache)
   int i;
 
   if ((*this_prologue_cache))
-    return (*this_prologue_cache);
+    return (struct lm32_frame_cache *) (*this_prologue_cache);
 
   info = FRAME_OBSTACK_ZALLOC (struct lm32_frame_cache);
   (*this_prologue_cache) = info;
This page took 0.02611 seconds and 4 git commands to generate.