[Bug] Fixed 'lock xadd [mem, reg]' instruction

This commit is contained in:
kobalicek
2020-03-06 21:06:09 +01:00
parent 0072c202db
commit 7687cc6395

View File

@@ -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;