X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftramp-frame.c;h=97b985dab44a06df1f72a4872aeb7933c42ebf08;hb=a350efd4fb368a35ada608f6bc26ccd3bed0ae6b;hp=7d288b60f5f5801bdad241e62f07a1c556d7d408;hpb=32d0add0a654c1204ab71dc8a55d9374538c4b33;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/tramp-frame.c b/gdb/tramp-frame.c index 7d288b60f5..97b985dab4 100644 --- a/gdb/tramp-frame.c +++ b/gdb/tramp-frame.c @@ -1,6 +1,6 @@ /* Signal trampoline unwinder, for GDB the GNU Debugger. - Copyright (C) 2004-2015 Free Software Foundation, Inc. + Copyright (C) 2004-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -43,7 +43,8 @@ static struct trad_frame_cache * tramp_frame_cache (struct frame_info *this_frame, void **this_cache) { - struct tramp_frame_cache *tramp_cache = (*this_cache); + struct tramp_frame_cache *tramp_cache + = (struct tramp_frame_cache *) *this_cache; if (tramp_cache->trad_cache == NULL) {