From 3bcd976780ad4a7d8325ebbc1752602c1adf639c Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 20 Aug 2015 04:26:03 -0400 Subject: [PATCH] emitter: Remove unimplemented JMP prototype --- src/common/x64/emitter.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/x64/emitter.h b/src/common/x64/emitter.h index 84a92f9895..aa1ead4cab 100644 --- a/src/common/x64/emitter.h +++ b/src/common/x64/emitter.h @@ -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