Add some more casts (1/2)
[deliverable/binutils-gdb.git] / gdb / hppa-linux-tdep.c
index 6dc2e84c0f28f8d64934063f11a1a641623c8379..0b05c372927131406fced9b68c3e2df87590ef09 100644 (file)
@@ -205,7 +205,7 @@ hppa_linux_sigtramp_frame_unwind_cache (struct frame_info *this_frame,
   int i;
 
   if (*this_cache)
-    return *this_cache;
+    return (struct hppa_linux_sigtramp_unwind_cache *) *this_cache;
 
   info = FRAME_OBSTACK_ZALLOC (struct hppa_linux_sigtramp_unwind_cache);
   *this_cache = info;
This page took 0.02804 seconds and 4 git commands to generate.