Add some more casts (2/2)
[deliverable/binutils-gdb.git] / gdb / ppcobsd-tdep.c
index ffd91dd1df0a4f8c43aefeb5da9048813a635926..75257f4ec984e984ccb227f4ba3031ed520187ee 100644 (file)
@@ -170,7 +170,7 @@ ppcobsd_sigtramp_frame_cache (struct frame_info *this_frame, void **this_cache)
   int i;
 
   if (*this_cache)
-    return *this_cache;
+    return (struct trad_frame_cache *) *this_cache;
 
   cache = trad_frame_cache_zalloc (this_frame);
   *this_cache = cache;
This page took 0.028536 seconds and 4 git commands to generate.