Add some more casts (1/2)
[deliverable/binutils-gdb.git] / gdb / alpha-mdebug-tdep.c
index a8a511bfeb7df4c07a8ab3dad9618b798adff67e..a32088bcf009ccb49516c902da3ac0a617265abb 100644 (file)
@@ -197,7 +197,7 @@ alpha_mdebug_frame_unwind_cache (struct frame_info *this_frame,
   int ireg, returnreg;
 
   if (*this_prologue_cache)
-    return *this_prologue_cache;
+    return (struct alpha_mdebug_unwind_cache *) *this_prologue_cache;
 
   info = FRAME_OBSTACK_ZALLOC (struct alpha_mdebug_unwind_cache);
   *this_prologue_cache = info;
This page took 0.025172 seconds and 4 git commands to generate.