mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-28 21:27:06 +02:00
emitter: Support arbitrary FixupBranch targets.
This commit is contained in:
parent
191c54393a
commit
98e70a3040
2 changed files with 17 additions and 0 deletions
|
|
@ -431,6 +431,7 @@ public:
|
|||
void J_CC(CCFlags conditionCode, const u8* addr, bool force5Bytes = false);
|
||||
|
||||
void SetJumpTarget(const FixupBranch& branch);
|
||||
void SetJumpTarget(const FixupBranch& branch, const u8* target);
|
||||
|
||||
void SETcc(CCFlags flag, OpArg dest);
|
||||
// Note: CMOV brings small if any benefit on current cpus.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue