common/filestuff.c (make_cleanup_close): Update comment.
[deliverable/binutils-gdb.git] / gdb / moxie-tdep.c
index 949631475c87b55f8e36b3e8c6b8e68e901be509..3236012cc1b904e99a696067c5d86e51a7f3d9e4 100644 (file)
@@ -570,7 +570,7 @@ moxie_frame_cache (struct frame_info *this_frame, void **this_cache)
   int i;
 
   if (*this_cache)
-    return *this_cache;
+    return (struct moxie_frame_cache *) *this_cache;
 
   cache = moxie_alloc_frame_cache ();
   *this_cache = cache;
This page took 0.023949 seconds and 4 git commands to generate.