mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-14 22:29:15 +01:00
[dxso] Fix GCC warning for an unused variable
This commit is contained in:
parent
2288dd924e
commit
69b04c609a
@ -3567,7 +3567,7 @@ void DxsoCompiler::emitControlFlowGenericLoop(
|
|||||||
// Look up vPos so it gets initted.
|
// Look up vPos so it gets initted.
|
||||||
DxsoRegister vPos;
|
DxsoRegister vPos;
|
||||||
vPos.id = DxsoRegisterId{ DxsoRegisterType::MiscType, DxsoMiscTypeIndices::MiscTypePosition };
|
vPos.id = DxsoRegisterId{ DxsoRegisterType::MiscType, DxsoMiscTypeIndices::MiscTypePosition };
|
||||||
auto vPosPtr = this->emitGetOperandPtr(vPos);
|
this->emitGetOperandPtr(vPos);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m_ps.vPos.id != 0) {
|
if (m_ps.vPos.id != 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user