mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 12:34:35 +03:00
[Bug] Fixed 'lock xadd [mem, reg]' instruction
This commit is contained in:
@@ -2140,7 +2140,10 @@ CaseX86PushPop_Gp:
|
|||||||
opReg = o1.id();
|
opReg = o1.id();
|
||||||
rmRel = &o0;
|
rmRel = &o0;
|
||||||
|
|
||||||
|
if (o1.size() == 1) {
|
||||||
FIXUP_GPB(o1, opReg);
|
FIXUP_GPB(o1, opReg);
|
||||||
|
}
|
||||||
|
|
||||||
goto EmitX86M;
|
goto EmitX86M;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user