Jit64: Enable branch following.

This commit is contained in:
degasus
2017-01-22 19:13:29 +01:00
parent f37c5f1f1c
commit f31b25fe39
7 changed files with 110 additions and 45 deletions

View File

@ -467,6 +467,7 @@ public:
#undef CALL
#endif
void CALL(const void* fnptr);
FixupBranch CALL();
void CALLptr(OpArg arg);
FixupBranch J_CC(CCFlags conditionCode, bool force5bytes = false);