mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 13:30:11 +01:00
tgsi/ureg: Add forgotten goto in ureg_DECL_constant().
This commit is contained in:
parent
953b74d116
commit
75df599e30
1 changed files with 1 additions and 0 deletions
|
|
@ -352,6 +352,7 @@ struct ureg_src ureg_DECL_constant(struct ureg_program *ureg,
|
|||
i = ureg->nr_constant_ranges++;
|
||||
ureg->constant_range[i].first = index;
|
||||
ureg->constant_range[i].last = index;
|
||||
goto out;
|
||||
}
|
||||
|
||||
/* Collapse all ranges down to one:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue