mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 09:00:10 +01:00
gallium: Handle TGSI_OPCODE_END on sse2.
This commit is contained in:
parent
310e7ca44b
commit
c04f417492
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue