remove redundant Unlock

This commit is contained in:
shuffle2
2022-01-22 05:58:32 -08:00
committed by GitHub
parent acf6e24586
commit 4ce9944cc5

View File

@ -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)