gdbserver/proc-service.c: Change CORE_ADDR cast to uintptr_t
[deliverable/binutils-gdb.git] / gdb / sparc-sol2-tdep.c
index 5afe3083ec08d20dbfd986726d45628a74e15276..03bd53a8bcb05a45275eb9a153367c935117c6b4 100644 (file)
@@ -132,7 +132,7 @@ sparc32_sol2_sigtramp_frame_cache (struct frame_info *this_frame,
   int regnum;
 
   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.02309 seconds and 4 git commands to generate.