Skip to content
Snippets Groups Projects
Commit f8f76cee authored by Clark Coleman's avatar Clark Coleman
Browse files

Work around capstone error on operand access type.

Former-commit-id: 334c59e3d385bd14b34ffb663bac9b1d34694469
parent d3ff9f24
No related branches found
No related tags found
No related merge requests found
......@@ -596,8 +596,12 @@ set<string> write_only_operand_mnemonics=
set<string> write_first_operand_mnemonics=
{
"movups",
"movd",
"rol",
"movdqa",
"ror",
"rol"
"movdqu",
"movq"
};
set<string> read_only_operand_mnemonics=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment