mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
x64Emitter: Remove a declared function that is never implemented
This commit is contained in:
@ -336,7 +336,6 @@ public:
|
|||||||
FixupBranch J(bool force5bytes = false);
|
FixupBranch J(bool force5bytes = false);
|
||||||
|
|
||||||
void JMP(const u8 * addr, bool force5Bytes = false);
|
void JMP(const u8 * addr, bool force5Bytes = false);
|
||||||
void JMP(OpArg arg);
|
|
||||||
void JMPptr(const OpArg &arg);
|
void JMPptr(const OpArg &arg);
|
||||||
void JMPself(); //infinite loop!
|
void JMPself(); //infinite loop!
|
||||||
#ifdef CALL
|
#ifdef CALL
|
||||||
|
Reference in New Issue
Block a user