x64Emitter: J_CC: use 32 bit offset automatically

This commit is contained in:
Tillmann Karras
2014-06-03 22:57:17 +02:00
parent 3a06907653
commit f8280401f6
4 changed files with 13 additions and 15 deletions

View File

@ -331,7 +331,7 @@ public:
FixupBranch J_CC(CCFlags conditionCode, bool force5bytes = false);
//void J_CC(CCFlags conditionCode, JumpTarget target);
void J_CC(CCFlags conditionCode, const u8 * addr, bool force5Bytes = false);
void J_CC(CCFlags conditionCode, const u8* addr);
void SetJumpTarget(const FixupBranch &branch);