linux-mips-low.c: Change "private" variable name
[deliverable/binutils-gdb.git] / gdb / sparcnbsd-tdep.c
index c145919926f1834a2a369907f936669dbcb7d088..29c699dc507af2e9528ab3106d0c956e4c44cb24 100644 (file)
@@ -186,7 +186,7 @@ sparc32nbsd_sigcontext_frame_cache (struct frame_info *this_frame,
   CORE_ADDR addr;
 
   if (*this_cache)
-    return *this_cache;
+    return (struct sparc_frame_cache *) *this_cache;
 
   cache = sparc_frame_cache (this_frame, this_cache);
   gdb_assert (cache == *this_cache);
This page took 0.023136 seconds and 4 git commands to generate.