mips: fix void*/gdb_byte* compilation errors
[deliverable/binutils-gdb.git] / gdb / sparc64fbsd-tdep.c
index 0ba6c6da292c873e22a6bd5ba91fcc536da8715b..ef84316b8eab5e121a0d44c661195fec9c69d8ac 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for FreeBSD/sparc64.
 
-   Copyright (C) 2003-2014 Free Software Foundation, Inc.
+   Copyright (C) 2003-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -97,7 +97,7 @@ sparc64fbsd_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.023526 seconds and 4 git commands to generate.