mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
msvc/arm64: fix shadowed variable warning
This commit is contained in:
parent
7b8e846d0a
commit
acf6e24586
@ -113,7 +113,7 @@ void JitArm64::fp_arith(UGeckoInstruction inst)
|
||||
ASSERT_MSG(DYNA_REC, !inputs_are_singles, "Tried to apply 25-bit precision to single");
|
||||
|
||||
V0Q = fpr.GetReg();
|
||||
const ARM64Reg V1Q = fpr.GetReg();
|
||||
V1Q = fpr.GetReg();
|
||||
|
||||
Force25BitPrecision(reg_encoder(V0Q), VC, reg_encoder(V1Q));
|
||||
VC = reg_encoder(V0Q);
|
||||
|
Loading…
x
Reference in New Issue
Block a user