summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorshuffle2 <godisgovernment@gmail.com>2022-01-22 05:58:32 -0800
committerGitHub <noreply@github.com>2022-01-22 05:58:32 -0800
commit4ce9944cc53f7eab1d1b4ffffdeb153020baf939 (patch)
tree28e7d46d435e88867a566787186cc9c3e9d95385 /Source/Core
parentacf6e24586a24102587970a2ebe66cc2c5b48374 (diff)
remove redundant Unlock
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Core/PowerPC/JitArm64/JitArm64_FloatingPoint.cpp2
1 files changed, 0 insertions, 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)