mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-30 18:59:13 +00:00
emitter: Support arbitrary FixupBranch targets.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user