mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
glsl2: Fix missing visit_continue return in ir_validate.
This commit is contained in:
parent
576d01ad8c
commit
6a1401eb88
1 changed files with 2 additions and 0 deletions
|
|
@ -104,6 +104,8 @@ ir_validate::visit(ir_if *ir)
|
|||
printf("\n");
|
||||
abort();
|
||||
}
|
||||
|
||||
return visit_continue;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue