mirror of
https://github.com/herumi/xbyak
synced 2024-11-20 16:06:14 -07:00
fix a type of return
This commit is contained in:
parent
d067f0d3f5
commit
44bc77d51b
1 changed files with 1 additions and 1 deletions
|
@ -2665,7 +2665,7 @@ private:
|
|||
{
|
||||
opAVX_X_X_XM(x1, x2, op, type | orEvexIf(encoding, typeVex, typeEvex, sel), code, imm);
|
||||
}
|
||||
int orEvexIf(PreferredEncoding encoding, uint64_t typeVex, uint64_t typeEvex, int sel) {
|
||||
uint64_t orEvexIf(PreferredEncoding encoding, uint64_t typeVex, uint64_t typeEvex, int sel) {
|
||||
if (encoding == DefaultEncoding) {
|
||||
encoding = defaultEncoding_[sel];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue