Skip to content

Commit 70b9170

Browse files
committed
more reg_byte
1 parent 21586c9 commit 70b9170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmov/src/x86.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ macro_rules! cmov_eq {
3434
inout(reg) *$lhs => _,
3535
in(reg) *$rhs,
3636
inlateout(reg_byte) *$dst,
37-
in(reg) $condition,
37+
in(reg_byte) $condition,
3838
options(pure, nomem, nostack),
3939
};
4040
}

0 commit comments

Comments
 (0)