x86: rename zero_opmask of cs_x86_op to avx_zero_opmask
diff --git a/arch/X86/X86Mapping.c b/arch/X86/X86Mapping.c
index a0cf886..fba182e 100644
--- a/arch/X86/X86Mapping.c
+++ b/arch/X86/X86Mapping.c
@@ -42604,7 +42604,7 @@
 {
 	if (MI->csh->detail) {
 		// link with the previous operand
-		MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count - 1].zero_opmask = true;
+		MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count - 1].avx_zero_opmask = true;
 	}
 }
 
diff --git a/include/x86.h b/include/x86.h
index 4862d15..2dc0395 100644
--- a/include/x86.h
+++ b/include/x86.h
@@ -168,7 +168,7 @@
 		x86_avx_bcast avx_bcast;
 
 		// AVX zero opmask {z}
-		bool zero_opmask;
+		bool avx_zero_opmask;
 } cs_x86_op;
 
 // Instruction structure