diff options
author | Lioncash <mathew1800@gmail.com> | 2020-07-21 06:52:27 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-07-21 06:57:25 +0200 |
commit | e17fb5ee97dab16c73b017393b6544847e9aef67 (patch) | |
tree | 05ac8d70e8516d27062f4940e64d905c95c2b6c5 /src/video_core/macro | |
parent | Merge pull request #4376 from ogniK5377/dark-wait-tree (diff) | |
download | yuzu-e17fb5ee97dab16c73b017393b6544847e9aef67.tar yuzu-e17fb5ee97dab16c73b017393b6544847e9aef67.tar.gz yuzu-e17fb5ee97dab16c73b017393b6544847e9aef67.tar.bz2 yuzu-e17fb5ee97dab16c73b017393b6544847e9aef67.tar.lz yuzu-e17fb5ee97dab16c73b017393b6544847e9aef67.tar.xz yuzu-e17fb5ee97dab16c73b017393b6544847e9aef67.tar.zst yuzu-e17fb5ee97dab16c73b017393b6544847e9aef67.zip |
Diffstat (limited to 'src/video_core/macro')
-rw-r--r-- | src/video_core/macro/macro_jit_x64.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/macro/macro_jit_x64.cpp b/src/video_core/macro/macro_jit_x64.cpp index 07292702f..c1b9e4ad9 100644 --- a/src/video_core/macro/macro_jit_x64.cpp +++ b/src/video_core/macro/macro_jit_x64.cpp @@ -419,7 +419,6 @@ void Tegra::MacroJITx64Impl::Optimizer_ScanFlags() { void MacroJITx64Impl::Compile() { MICROPROFILE_SCOPE(MacroJitCompile); - bool keep_executing = true; labels.fill(Xbyak::Label()); Common::X64::ABI_PushRegistersAndAdjustStack(*this, Common::X64::ABI_ALL_CALLEE_SAVED, 8); |