mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-07 03:20:28 +01:00
added case for TGSI_OPCODE_END
This commit is contained in:
parent
c492725abf
commit
832e73bc09
1 changed files with 4 additions and 0 deletions
|
|
@ -1747,6 +1747,10 @@ emit_instruction(
|
|||
assert( 0 );
|
||||
break;
|
||||
|
||||
case TGSI_OPCODE_END:
|
||||
/* nothing */
|
||||
break;
|
||||
|
||||
default:
|
||||
assert( 0 );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue