mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-16 20:17:05 +03:00
[Bug] Fixed x86::Compiler to not rewrite reg->mem when embedded rounding is used
This commit is contained in:
@@ -920,7 +920,7 @@ Error InstInternal::queryRWInfo(Arch arch, const BaseInst& inst, const Operand_*
|
||||
}
|
||||
|
||||
rmOpsMask &= instRmInfo.rmOpsMask;
|
||||
if (rmOpsMask) {
|
||||
if (rmOpsMask && !inst.hasOption(InstOptions::kX86_ER)) {
|
||||
Support::BitWordIterator<uint32_t> it(rmOpsMask);
|
||||
do {
|
||||
i = it.next();
|
||||
|
||||
Reference in New Issue
Block a user