diff options
Diffstat (limited to 'src/long_mode')
| -rw-r--r-- | src/long_mode/behavior.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/long_mode/behavior.rs b/src/long_mode/behavior.rs index 26e2c58..3eb616f 100644 --- a/src/long_mode/behavior.rs +++ b/src/long_mode/behavior.rs @@ -970,7 +970,7 @@ const GENERAL_R_R: BehaviorDigest = GENERAL_RW_R /// `ins` writes to the memory operand, reads from `rdx` (second operand) const GENERAL_W_R: BehaviorDigest = GENERAL_RW_R - .set_operand(0, Access::Read); + .set_operand(0, Access::Write); const GENERAL_RW_RW: BehaviorDigest = GENERAL_RW_R .set_operand(1, Access::ReadWrite); |
