X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Fip2k-ibld.c;h=9258f7d3ad87cd16c6f48b473d6874e751c7e2b0;hb=50d036364fb2a71b3ac9a0b0cdbe58296832a1b2;hp=a609ec6a76654a4bebe87920fab7ce3656c10083;hpb=827041555ac443bd57340060f3e034fd7b199dd8;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/ip2k-ibld.c b/opcodes/ip2k-ibld.c index a609ec6a76..9258f7d3ad 100644 --- a/opcodes/ip2k-ibld.c +++ b/opcodes/ip2k-ibld.c @@ -4,7 +4,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN: Cpu tools GENerator. - the resultant file is machine generated, cgen-ibld.in isn't - Copyright (C) 1996-2019 Free Software Foundation, Inc. + Copyright (C) 1996-2020 Free Software Foundation, Inc. This file is part of libopcodes. @@ -480,7 +480,10 @@ extract_normal (CGEN_CPU_DESC cd, abort (); if (fill_cache (cd, ex_info, word_offset / 8, word_length / 8, pc) == 0) - return 0; + { + *valuep = 0; + return 0; + } value = extract_1 (cd, ex_info, start, length, word_length, bufp, pc); }