0
0
mirror of https://git.tardis.systems/mirrors/yuzu.git synced 2025-01-03 03:54:45 +00:00

emitter: Remove unimplemented JMP prototype

This commit is contained in:
Lioncash 2015-08-20 04:26:03 -04:00
parent 55461125ba
commit 8738963bce

View File

@ -425,7 +425,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