Modernize configure.ac's
[deliverable/binutils-gdb.git] / gdb / xstormy16-tdep.c
index 92e3b3792b56d8b75a1f05618c2349e7d7a2f23a..af1551ff1d97efcd8ee4c51df21669cf47ff03cb 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for the Sanyo Xstormy16a (LC590000) processor.
 
-   Copyright (C) 2001-2015 Free Software Foundation, Inc.
+   Copyright (C) 2001-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -678,7 +678,7 @@ xstormy16_frame_cache (struct frame_info *this_frame, void **this_cache)
   int i;
 
   if (*this_cache)
-    return *this_cache;
+    return (struct xstormy16_frame_cache *) *this_cache;
 
   cache = xstormy16_alloc_frame_cache ();
   *this_cache = cache;
This page took 0.026096 seconds and 4 git commands to generate.