Browse Source

emitter: Remove unimplemented JMP prototype

nce_cpp
Lioncash 11 years ago
parent
commit
3bcd976780
  1. 1
      src/common/x64/emitter.h

1
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

Loading…
Cancel
Save