Add some more casts (1/2)
[deliverable/binutils-gdb.git] / gdb / avr-tdep.c
index aaa2921e0152f84df6d730637083f50467484d1f..4fcae530f51f23edf6562d3cd1f25b18b607235f 100644 (file)
@@ -987,7 +987,7 @@ avr_frame_unwind_cache (struct frame_info *this_frame,
   int i;
 
   if (*this_prologue_cache)
-    return *this_prologue_cache;
+    return (struct avr_unwind_cache *) *this_prologue_cache;
 
   info = FRAME_OBSTACK_ZALLOC (struct avr_unwind_cache);
   *this_prologue_cache = info;
This page took 0.025968 seconds and 4 git commands to generate.