mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 12:34:35 +03:00
Fixed #105
This commit is contained in:
@@ -1756,6 +1756,7 @@ _Prepare:
|
|||||||
opCode = 0xB0 + (static_cast<uint32_t>(o0->getSize() != 1) << 3);
|
opCode = 0xB0 + (static_cast<uint32_t>(o0->getSize() != 1) << 3);
|
||||||
opReg = rmReg;
|
opReg = rmReg;
|
||||||
|
|
||||||
|
ADD_66H_P_BY_SIZE(imLen);
|
||||||
ADD_REX_W_BY_SIZE(imLen);
|
ADD_REX_W_BY_SIZE(imLen);
|
||||||
goto _EmitX86OpWithOpReg;
|
goto _EmitX86OpWithOpReg;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user