mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
i965: Initialize schedule_node::delay.
Fixes "Uninitialized scalar field" defect reported by Coverity. Signed-off-by: Vinson Lee <vlee@freedesktop.org> Reviewed-by: Paul Berry <stereotype441@gmail.com>
This commit is contained in:
parent
f7ce1d772d
commit
78fc159d68
1 changed files with 1 additions and 0 deletions
|
|
@ -608,6 +608,7 @@ schedule_node::schedule_node(backend_instruction *inst,
|
|||
this->parent_count = 0;
|
||||
this->unblocked_time = 0;
|
||||
this->cand_generation = 0;
|
||||
this->delay = 0;
|
||||
|
||||
/* We can't measure Gen6 timings directly but expect them to be much
|
||||
* closer to Gen7 than Gen4.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue