x86: support VMGEXIT
[deliverable/binutils-gdb.git] / opcodes / bpf-ibld.c
index 8b73f2f09bd93d005e2590585d5505f90625e605..d5fa57a1c4a6ec9b26fcf0c53737426ab76d5db8 100644 (file)
@@ -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);
     }
This page took 0.029119 seconds and 4 git commands to generate.