x86: Don't disable SSE4a when disabling SSE4
[deliverable/binutils-gdb.git] / opcodes / m32r-ibld.c
index 8d5ce60db6d45db8244e03c7378a31eee992f351..ddebc32428ec0483c3eeefc168910db133670bc2 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.023422 seconds and 4 git commands to generate.