Fix PPTC on Windows 7. (#1369)
* Fix PPTC on Windows 7. * Address gdkchan comment.
This commit is contained in:
@ -914,7 +914,7 @@ namespace ARMeilleure.CodeGen.X86
|
||||
|
||||
WriteByte((byte)imm);
|
||||
}
|
||||
else if (IsImm32(imm, type) && info.OpRMImm32 != BadOp)
|
||||
else if (!source.Relocatable && IsImm32(imm, type) && info.OpRMImm32 != BadOp)
|
||||
{
|
||||
WriteOpCode(dest, null, null, type, info.Flags, info.OpRMImm32);
|
||||
|
||||
|
Reference in New Issue
Block a user