Updare French translation for binutils and German translation for opcodes.
[deliverable/binutils-gdb.git] / gdb / amd64obsd-tdep.c
index 46bf7c5699bbb554916b490140ed3933eaf2e837..4effa0855f74abdaedef1a1f9017f081462329c5 100644 (file)
@@ -363,7 +363,7 @@ amd64obsd_trapframe_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.024457 seconds and 4 git commands to generate.