X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fsparcobsd-tdep.c;h=6a40eb99f8e09c7e613dffc386a3d3953d7f9959;hb=7f31862a8d9f3eea51fc58bd66abeb70c730feaf;hp=0796f99c2a8b9a86b0fb18a67f5268cb512e6430;hpb=32d0add0a654c1204ab71dc8a55d9374538c4b33;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/sparcobsd-tdep.c b/gdb/sparcobsd-tdep.c index 0796f99c2a..6a40eb99f8 100644 --- a/gdb/sparcobsd-tdep.c +++ b/gdb/sparcobsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for OpenBSD/sparc. - Copyright (C) 2004-2015 Free Software Foundation, Inc. + Copyright (C) 2004-2016 Free Software Foundation, Inc. This file is part of GDB. @@ -74,7 +74,7 @@ sparc32obsd_sigtramp_frame_cache (struct frame_info *this_frame, CORE_ADDR addr; if (*this_cache) - return *this_cache; + return (struct sparc_frame_cache *) *this_cache; cache = sparc_frame_cache (this_frame, this_cache); gdb_assert (cache == *this_cache);