gdbserver/proc-service.c: Change CORE_ADDR cast to uintptr_t
[deliverable/binutils-gdb.git] / gdb / ppcfbsd-tdep.c
index 04fa750fd4dbda5b4007d722eb3ab2130bf6df6d..b5f1046575a05f58116de4cb13a43839b92787f5 100644 (file)
@@ -219,7 +219,7 @@ ppcfbsd_sigtramp_frame_cache (struct frame_info *this_frame, void **this_cache)
   int i;
 
   if (*this_cache)
-    return *this_cache;
+    return (struct trad_frame_cache *) *this_cache;
 
   cache = trad_frame_cache_zalloc (this_frame);
   *this_cache = cache;
This page took 0.023457 seconds and 4 git commands to generate.