tui: Simplify tui_alloc_content
[deliverable/binutils-gdb.git] / gdb / m68hc11-tdep.c
index df7cd0cfd800df118dd2ddf1d8a4000c4095494c..a9c425ca9cf87e4b7b98713ef1a4fe1ee8f196af 100644 (file)
@@ -792,7 +792,7 @@ m68hc11_frame_unwind_cache (struct frame_info *this_frame,
   int i;
 
   if ((*this_prologue_cache))
-    return (*this_prologue_cache);
+    return (struct m68hc11_unwind_cache *) (*this_prologue_cache);
 
   info = FRAME_OBSTACK_ZALLOC (struct m68hc11_unwind_cache);
   (*this_prologue_cache) = info;
This page took 0.023861 seconds and 4 git commands to generate.