gallium: Handle TGSI_OPCODE_END on sse2.

This commit is contained in:
José Fonseca 2008-01-17 11:00:51 +09:00
parent 310e7ca44b
commit c04f417492

View file

@ -1967,6 +1967,7 @@ emit_instruction(
break; break;
case TGSI_OPCODE_RET: case TGSI_OPCODE_RET:
case TGSI_OPCODE_END:
#ifdef WIN32 #ifdef WIN32
emit_retw( func, 16 ); emit_retw( func, 16 );
#else #else