X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=opcodes%2For1k-ibld.c;h=d802a98462bf11a3836e0ce33074b74a9a716312;hb=3ff0a5ba6458db28b5f0bc28afc0678a247357c0;hp=57eeb522a62fd93ad7af43aabb432f0f81b0bac5;hpb=bcd9f578a96b9776e34e5cec963928f5a96b80e7;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/or1k-ibld.c b/opcodes/or1k-ibld.c index 57eeb522a6..d802a98462 100644 --- a/opcodes/or1k-ibld.c +++ b/opcodes/or1k-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); }