forked from capstone-engine/capstone
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x86: correct access mode for cmp instruction (capstone-engine#1309)
cmp instruction does not modify its operands. Currently, cmp variants that accept a memory operand have CS_AC_WRITE access mode set. This commit removes CS_AC_WRITE mode from cmp variants that have it.
- Loading branch information
1 parent
cc8da33
commit bae63f6
Showing
2 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters