changed consideration of masking for database back to NO

This commit is contained in:
JanLJL
2021-03-25 11:50:17 +01:00
parent 23b5b4f4d3
commit 7a0120205c

View File

@@ -536,7 +536,7 @@ class MachineModel(object):
if "register" in operand:
if i_operand["class"] != "register":
return False
return self._is_x86_reg_type(i_operand, operand["register"], consider_masking=True)
return self._is_x86_reg_type(i_operand, operand["register"], consider_masking=False)
# memory
if "memory" in operand:
if i_operand["class"] != "memory":