summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Core/PowerPC/Jit64Common/ConvertDoubleToSingle.cpp
diff options
context:
space:
mode:
authorDr. Dystopia <jonis9898@hotmail.com>2025-05-16 08:28:06 +0200
committerDr. Dystopia <jonis9898@hotmail.com>2025-05-16 08:28:06 +0200
commit58c79bc5eda7249710f4d7045cfcf4a989227d51 (patch)
tree89ba64c462fc9c1421d8e8a4b33c345639c13e61 /Source/UnitTests/Core/PowerPC/Jit64Common/ConvertDoubleToSingle.cpp
parentc211efd84a5ec159e6cf82498cf01c0ac05b94c0 (diff)
UnitTests/PowerPC: Use constant functions, variables and parameters
Diffstat (limited to 'Source/UnitTests/Core/PowerPC/Jit64Common/ConvertDoubleToSingle.cpp')
-rw-r--r--Source/UnitTests/Core/PowerPC/Jit64Common/ConvertDoubleToSingle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/UnitTests/Core/PowerPC/Jit64Common/ConvertDoubleToSingle.cpp b/Source/UnitTests/Core/PowerPC/Jit64Common/ConvertDoubleToSingle.cpp
index 09c0f30169..05c80854b2 100644
--- a/Source/UnitTests/Core/PowerPC/Jit64Common/ConvertDoubleToSingle.cpp
+++ b/Source/UnitTests/Core/PowerPC/Jit64Common/ConvertDoubleToSingle.cpp
@@ -57,7 +57,7 @@ TEST(Jit64, ConvertDoubleToSingle)
Core::DeclareAsCPUThread();
Common::ScopeGuard cpu_thread_guard([] { Core::UndeclareAsCPUThread(); });
- TestCommonAsmRoutines routines(Core::System::GetInstance());
+ const TestCommonAsmRoutines routines(Core::System::GetInstance());
for (const u64 input : double_test_values)
{