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();
|
||||
rmRel = &o0;
|
||||
|
||||
FIXUP_GPB(o1, opReg);
|
||||
if (o1.size() == 1) {
|
||||
FIXUP_GPB(o1, opReg);
|
||||
}
|
||||
|
||||
goto EmitX86M;
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user