aboutsummaryrefslogtreecommitdiff
path: root/gdb/vaxobsd-tdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/vaxobsd-tdep.c')
-rw-r--r--gdb/vaxobsd-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/vaxobsd-tdep.c b/gdb/vaxobsd-tdep.c
index 4e2701f..af3c7fa 100644
--- a/gdb/vaxobsd-tdep.c
+++ b/gdb/vaxobsd-tdep.c
@@ -87,7 +87,7 @@ vaxobsd_sigtramp_frame_cache (struct frame_info *this_frame, void **this_cache)
CORE_ADDR addr, base, func;
if (*this_cache)
- return *this_cache;
+ return (struct trad_frame_cache *) *this_cache;
cache = trad_frame_cache_zalloc (this_frame);
*this_cache = cache;