tgsi/exec: Exit early on error.
authorMichal Krol <michal@vmware.com>
Tue, 10 Nov 2009 02:12:02 +0000 (03:12 +0100)
committerMichal Krol <michal@vmware.com>
Tue, 10 Nov 2009 02:12:02 +0000 (03:12 +0100)
src/gallium/auxiliary/tgsi/tgsi_exec.c

index 1989045985bc0acc097a0650b5159bdcb5db7af8..b7569e74d4b6986ddf172eccdfbb707cb229f2e8 100644 (file)
@@ -1811,8 +1811,8 @@ exec_declaration(
             break;
 
          default:
-            eval = NULL;
             assert( 0 );
+            return;
          }
 
          if( mask == TGSI_WRITEMASK_XYZW ) {