added case for TGSI_OPCODE_END

This commit is contained in:
Brian 2007-10-20 10:09:12 -06:00
parent c492725abf
commit 832e73bc09
1 changed files with 4 additions and 0 deletions

View File

@ -1747,6 +1747,10 @@ emit_instruction(
assert( 0 );
break;
case TGSI_OPCODE_END:
/* nothing */
break;
default:
assert( 0 );
}