aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/long_mode/behavior.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/long_mode/behavior.rs b/src/long_mode/behavior.rs
index 787986a..28299bc 100644
--- a/src/long_mode/behavior.rs
+++ b/src/long_mode/behavior.rs
@@ -1207,7 +1207,7 @@ const CMOVCC: BehaviorDigest = BehaviorDigest::empty()
.set_pl_any()
.set_flags_access(Access::Read)
.set_operand(0, Access::Write)
- .set_operand(0, Access::Read);
+ .set_operand(1, Access::Read);
const SETCC: BehaviorDigest = BehaviorDigest::empty()
.set_pl_any()