x86-64: correct mis-named X86_64_0D enumerator
[deliverable/binutils-gdb.git] / opcodes / frv-ibld.c
index 5e31df272ee4b1cb962003cce93cd6c7b8f7e981..0421884908714461a69f9136baa1b11c7881667e 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.024263 seconds and 4 git commands to generate.