summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro/macro_jit_x64.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2022-01-26 22:29:13 +0100
committerLioncash <mathew1800@gmail.com>2022-01-26 22:29:15 +0100
commitf6a049337ec17dee986e28fc050ddbe55bd2ac70 (patch)
tree5ed1c14b66c6ff409314c49918e70dea70c22450 /src/video_core/macro/macro_jit_x64.cpp
parentMerge pull request #7780 from lioncash/macro (diff)
downloadyuzu-f6a049337ec17dee986e28fc050ddbe55bd2ac70.tar
yuzu-f6a049337ec17dee986e28fc050ddbe55bd2ac70.tar.gz
yuzu-f6a049337ec17dee986e28fc050ddbe55bd2ac70.tar.bz2
yuzu-f6a049337ec17dee986e28fc050ddbe55bd2ac70.tar.lz
yuzu-f6a049337ec17dee986e28fc050ddbe55bd2ac70.tar.xz
yuzu-f6a049337ec17dee986e28fc050ddbe55bd2ac70.tar.zst
yuzu-f6a049337ec17dee986e28fc050ddbe55bd2ac70.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/macro/macro_jit_x64.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/macro/macro_jit_x64.cpp b/src/video_core/macro/macro_jit_x64.cpp
index 924c9fe5c..47b28ad16 100644
--- a/src/video_core/macro/macro_jit_x64.cpp
+++ b/src/video_core/macro/macro_jit_x64.cpp
@@ -29,7 +29,7 @@ constexpr Xbyak::Reg64 PARAMETERS = Xbyak::util::r12;
constexpr Xbyak::Reg32 METHOD_ADDRESS = Xbyak::util::r14d;
constexpr Xbyak::Reg64 BRANCH_HOLDER = Xbyak::util::r15;
-const std::bitset<32> PERSISTENT_REGISTERS = Common::X64::BuildRegSet({
+constexpr std::bitset<32> PERSISTENT_REGISTERS = Common::X64::BuildRegSet({
STATE,
RESULT,
PARAMETERS,