mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 01:17:11 +02:00
Fix PPTC on Windows 7. (#1369)
* Fix PPTC on Windows 7. * Address gdkchan comment.
This commit is contained in:
parent
90605c9a15
commit
c4ce70f258
6 changed files with 19 additions and 14 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue