]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-arm/translate-a64.c
target-arm: A64: Use PMULL feature bit for PMULL
[mirror_qemu.git] / target-arm / translate-a64.c
index a9c4633517b459aa46bb10a9d722e93ce35b2133..9832cc3c224b2c99ee91c2a3dc2a576e2b56c776 100644 (file)
@@ -8574,7 +8574,7 @@ static void disas_simd_three_reg_diff(DisasContext *s, uint32_t insn)
             return;
         }
         if (size == 3) {
-            if (!arm_dc_feature(s, ARM_FEATURE_V8_AES)) {
+            if (!arm_dc_feature(s, ARM_FEATURE_V8_PMULL)) {
                 unallocated_encoding(s);
                 return;
             }