diff options
author | Lioncash <mathew1800@gmail.com> | 2015-08-20 10:26:03 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2015-08-20 10:45:29 +0200 |
commit | 8738963bce37e0261c928548d4711c13c15735c9 (patch) | |
tree | 4b8176de82ebbcb36c260df797eb75f05358c700 /src/common/x64 | |
parent | emitter: Pass OpArg by reference where possible (diff) | |
download | yuzu-8738963bce37e0261c928548d4711c13c15735c9.tar yuzu-8738963bce37e0261c928548d4711c13c15735c9.tar.gz yuzu-8738963bce37e0261c928548d4711c13c15735c9.tar.bz2 yuzu-8738963bce37e0261c928548d4711c13c15735c9.tar.lz yuzu-8738963bce37e0261c928548d4711c13c15735c9.tar.xz yuzu-8738963bce37e0261c928548d4711c13c15735c9.tar.zst yuzu-8738963bce37e0261c928548d4711c13c15735c9.zip |
Diffstat (limited to 'src/common/x64')
-rw-r--r-- | src/common/x64/emitter.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/x64/emitter.h b/src/common/x64/emitter.h index 84a92f989..aa1ead4ca 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 |