rsx: Fix crash when host labels option is disabled
This commit is contained in:
@@ -1165,8 +1165,12 @@ namespace rsx
|
|||||||
|
|
||||||
// Update other sub-units
|
// Update other sub-units
|
||||||
zcull_ctrl->update(this);
|
zcull_ctrl->update(this);
|
||||||
|
|
||||||
|
if (m_host_dma_ctrl)
|
||||||
|
{
|
||||||
m_host_dma_ctrl->update();
|
m_host_dma_ctrl->update();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Execute FIFO queue
|
// Execute FIFO queue
|
||||||
run_FIFO();
|
run_FIFO();
|
||||||
|
|||||||
Reference in New Issue
Block a user