nak: Default InstrDeps::delay to 0

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26291>
This commit is contained in:
Faith Ekstrand 2023-11-20 10:56:58 -06:00 committed by Marge Bot
parent 58c8391f97
commit 3f027f7dcc

View file

@ -4468,7 +4468,7 @@ pub struct InstrDeps {
impl InstrDeps {
pub fn new() -> InstrDeps {
InstrDeps {
delay: MAX_INSTR_DELAY,
delay: 0,
yld: false,
wr_bar: -1,
rd_bar: -1,