diff options
| author | MerryMage <MerryMage@users.noreply.github.com> | 2020-06-15 21:14:10 +0100 |
|---|---|---|
| committer | MerryMage <MerryMage@users.noreply.github.com> | 2020-06-15 21:19:38 +0100 |
| commit | 1799f4e7743557c8e41c15201c42431f8d6d6dde (patch) | |
| tree | a8362f8036dae087457b4d3ff66696da8d95deda /src/video_core/macro/macro_jit_x64.h | |
| parent | c09a9e5cc7f53280218cdfbfd7d7ff056f1c2ff5 (diff) | |
macro_jit_x64: Remove unused function Compile_WriteCarry
Diffstat (limited to 'src/video_core/macro/macro_jit_x64.h')
| -rw-r--r-- | src/video_core/macro/macro_jit_x64.h | 1 |
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 9167b2a93..a05d8df15 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); - void Compile_WriteCarry(Xbyak::Reg64 dst); void Compile_ProcessResult(Macro::ResultOperation operation, u32 reg); void Compile_Send(Xbyak::Reg32 value); |
