mirror of
https://github.com/RPCS3/asmjit.git
synced 2026-07-18 18:34:26 -04: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