Fix PR threads/19422 - show which thread caused stop
[deliverable/binutils-gdb.git] / gdb / ppcfbsd-tdep.c
index 04fa750fd4dbda5b4007d722eb3ab2130bf6df6d..059230c26cfe68f23504b7106cc59a6e8d991024 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for PowerPC systems running FreeBSD.
 
-   Copyright (C) 2013-2015 Free Software Foundation, Inc.
+   Copyright (C) 2013-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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.024299 seconds and 4 git commands to generate.