Add some more casts (1/2)
[deliverable/binutils-gdb.git] / gdb / h8300-tdep.c
index a8cfc52204be69f1d53c699e9a8e55a68e7c9668..f4b97c17745400547b385e23a15e48c8cea5928d 100644 (file)
@@ -432,7 +432,7 @@ h8300_frame_cache (struct frame_info *this_frame, void **this_cache)
   CORE_ADDR current_pc;
 
   if (*this_cache)
-    return *this_cache;
+    return (struct h8300_frame_cache *) *this_cache;
 
   cache = FRAME_OBSTACK_ZALLOC (struct h8300_frame_cache);
   h8300_init_frame_cache (gdbarch, cache);
This page took 0.02875 seconds and 4 git commands to generate.