mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-28 17:07:07 +02:00
emitter: Add CALL that can be fixed up.
This commit is contained in:
parent
1d45b57939
commit
507e0b5989
2 changed files with 13 additions and 0 deletions
|
|
@ -425,6 +425,7 @@ public:
|
|||
#undef CALL
|
||||
#endif
|
||||
void CALL(const void* fnptr);
|
||||
FixupBranch CALL();
|
||||
void CALLptr(OpArg arg);
|
||||
|
||||
FixupBranch J_CC(CCFlags conditionCode, bool force5bytes = false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue