Fix PR threads/19422 - show which thread caused stop
[deliverable/binutils-gdb.git] / gdb / mt-tdep.c
index 21d081da7778f7a0dbbfaedb928fea778fb2707e..24eb8e16d72a489b07b5fae82b82ce22b70eddb0 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for Morpho mt processor, for GDB.
 
-   Copyright (C) 2005-2015 Free Software Foundation, Inc.
+   Copyright (C) 2005-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -915,7 +915,7 @@ mt_frame_unwind_cache (struct frame_info *this_frame,
   ULONGEST sp, fp;
 
   if ((*this_prologue_cache))
-    return (*this_prologue_cache);
+    return (struct mt_unwind_cache *) (*this_prologue_cache);
 
   gdbarch = get_frame_arch (this_frame);
   info = FRAME_OBSTACK_ZALLOC (struct mt_unwind_cache);
This page took 0.02568 seconds and 4 git commands to generate.