gdbserver/tracepoint: Add casts out of tpoint->handle
[deliverable/binutils-gdb.git] / gdb / amd64-windows-tdep.c
index 8b6e52bb6d82804ea949c074a2a33c5d23b28f6e..296bdb2710eddf6245ba99349d45aab54db76148 100644 (file)
@@ -1025,7 +1025,7 @@ amd64_windows_frame_cache (struct frame_info *this_frame, void **this_cache)
   CORE_ADDR unwind_info = 0;
 
   if (*this_cache)
-    return *this_cache;
+    return (struct amd64_windows_frame_cache *) *this_cache;
 
   cache = FRAME_OBSTACK_ZALLOC (struct amd64_windows_frame_cache);
   *this_cache = cache;
This page took 0.023396 seconds and 4 git commands to generate.