Obvious typo fix in gdb.reverse/readv-reverse.exp
[deliverable/binutils-gdb.git] / gdb / m68klinux-tdep.c
index c60a879dfb8c20343f333599132f30ae381a06c7..02579b10940022b6e80a503bafdf71e7e0ab69bc 100644 (file)
@@ -263,7 +263,7 @@ m68k_linux_sigtramp_frame_cache (struct frame_info *this_frame,
   int i;
 
   if (*this_cache)
-    return *this_cache;
+    return (struct trad_frame_cache *) *this_cache;
 
   cache = trad_frame_cache_zalloc (this_frame);
 
This page took 0.024169 seconds and 4 git commands to generate.