X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Fbpf-ibld.c;h=d5fa57a1c4a6ec9b26fcf0c53737426ab76d5db8;hb=50d036364fb2a71b3ac9a0b0cdbe58296832a1b2;hp=8b73f2f09bd93d005e2590585d5505f90625e605;hpb=b3adc24a0713411ab38a21dc894dd40dbc5c8f4f;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/bpf-ibld.c b/opcodes/bpf-ibld.c index 8b73f2f09b..d5fa57a1c4 100644 --- a/opcodes/bpf-ibld.c +++ b/opcodes/bpf-ibld.c @@ -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); }