mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
tgsi/exec: Exit early on error.
This commit is contained in:
parent
e44c77028c
commit
b5d8a7b6dc
1 changed files with 1 additions and 1 deletions
|
|
@ -1811,8 +1811,8 @@ exec_declaration(
|
|||
break;
|
||||
|
||||
default:
|
||||
eval = NULL;
|
||||
assert( 0 );
|
||||
return;
|
||||
}
|
||||
|
||||
if( mask == TGSI_WRITEMASK_XYZW ) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue