aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/macro/macro_jit_x64.h
diff options
context:
space:
mode:
authorMerryMage <MerryMage@users.noreply.github.com>2020-06-15 20:28:30 +0100
committerMerryMage <MerryMage@users.noreply.github.com>2020-06-15 20:35:08 +0100
commita6a43a5ae047404ca0b03aa647ed5b17400ca7b6 (patch)
tree58108735f7cd5201588e2cd63e9ebe14a3322c21 /src/video_core/macro/macro_jit_x64.h
parent55ebf68636066b17ca3ad97c17efbb3350c49803 (diff)
macro_jit_x64: Remove RESULT_64
This Reg64 codepath has the exact same behaviour as the Reg32 one.
Diffstat (limited to 'src/video_core/macro/macro_jit_x64.h')
-rw-r--r--src/video_core/macro/macro_jit_x64.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/macro/macro_jit_x64.h b/src/video_core/macro/macro_jit_x64.h
index 21ee157cf..377368086 100644
--- a/src/video_core/macro/macro_jit_x64.h
+++ b/src/video_core/macro/macro_jit_x64.h
@@ -55,7 +55,6 @@ private:
Xbyak::Reg32 Compile_FetchParameter();
Xbyak::Reg32 Compile_GetRegister(u32 index, Xbyak::Reg32 dst);
- Xbyak::Reg64 Compile_GetRegister(u32 index, Xbyak::Reg64 dst);
void Compile_WriteCarry(Xbyak::Reg64 dst);
void Compile_ProcessResult(Macro::ResultOperation operation, u32 reg);