Add some more casts (2/2)
[deliverable/binutils-gdb.git] / gdb / tramp-frame.c
index 7d288b60f5f5801bdad241e62f07a1c556d7d408..8f5701e904a3b481be646435429e5e85e8e85e79 100644 (file)
@@ -43,7 +43,8 @@ static struct trad_frame_cache *
 tramp_frame_cache (struct frame_info *this_frame,
                   void **this_cache)
 {
-  struct tramp_frame_cache *tramp_cache = (*this_cache);
+  struct tramp_frame_cache *tramp_cache
+    = (struct tramp_frame_cache *) *this_cache;
 
   if (tramp_cache->trad_cache == NULL)
     {
This page took 0.027244 seconds and 4 git commands to generate.