svga: Silence uninitialized variable warning.

This commit is contained in:
Vinson Lee 2010-02-14 13:10:08 -08:00
parent 558c15995f
commit 7e64701263

View file

@ -525,6 +525,7 @@ static boolean emit_def_const( struct svga_shader_emitter *emit,
break;
default:
assert(0);
opcode = inst_token( SVGA3DOP_NOP );
break;
}