Merge gdb and gdbserver implementations for siginfo
[deliverable/binutils-gdb.git] / gdb / vaxobsd-tdep.c
index 4e2701f79fa7cbec4d1aa476b5b61a5f0c849310..ee48ac62a7ff731dc40c1a9ff9817999d376f387 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for OpenBSD/vax.
 
-   Copyright (C) 2005-2015 Free Software Foundation, Inc.
+   Copyright (C) 2005-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -87,7 +87,7 @@ vaxobsd_sigtramp_frame_cache (struct frame_info *this_frame, void **this_cache)
   CORE_ADDR addr, base, func;
 
   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.023559 seconds and 4 git commands to generate.