x86: use template for SSE floating point comparison insns
[deliverable/binutils-gdb.git] / opcodes / fr30-ibld.c
index ea4ea0a6aac9dc4e26b417b1be3677cb2334aa47..5544d550f52cd91d17e867cbf5e695990c475550 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.02387 seconds and 4 git commands to generate.