We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21586c9 commit 70b9170Copy full SHA for 70b9170
cmov/src/x86.rs
@@ -34,7 +34,7 @@ macro_rules! cmov_eq {
34
inout(reg) *$lhs => _,
35
in(reg) *$rhs,
36
inlateout(reg_byte) *$dst,
37
- in(reg) $condition,
+ in(reg_byte) $condition,
38
options(pure, nomem, nostack),
39
};
40
}
0 commit comments