From 4ce9944cc53f7eab1d1b4ffffdeb153020baf939 Mon Sep 17 00:00:00 2001 From: shuffle2 Date: Sat, 22 Jan 2022 05:58:32 -0800 Subject: [PATCH] remove redundant Unlock --- Source/Core/Core/PowerPC/JitArm64/JitArm64_FloatingPoint.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Core/Core/PowerPC/JitArm64/JitArm64_FloatingPoint.cpp b/Source/Core/Core/PowerPC/JitArm64/JitArm64_FloatingPoint.cpp index 2220f0c4e7..40bad6ee03 100644 --- a/Source/Core/Core/PowerPC/JitArm64/JitArm64_FloatingPoint.cpp +++ b/Source/Core/Core/PowerPC/JitArm64/JitArm64_FloatingPoint.cpp @@ -117,8 +117,6 @@ void JitArm64::fp_arith(UGeckoInstruction inst) Force25BitPrecision(reg_encoder(V0Q), VC, reg_encoder(V1Q)); VC = reg_encoder(V0Q); - - fpr.Unlock(V1Q); } switch (op5)