mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 18:37:58 -05:00
emitter: Remove unimplemented JMP prototype
This commit is contained in:
@ -425,7 +425,6 @@ public:
|
||||
FixupBranch J(bool force5bytes = false);
|
||||
|
||||
void JMP(const u8* addr, bool force5Bytes = false);
|
||||
void JMP(OpArg arg);
|
||||
void JMPptr(const OpArg& arg);
|
||||
void JMPself(); //infinite loop!
|
||||
#ifdef CALL
|
||||
|
Reference in New Issue
Block a user