mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 02:30:12 +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;
|
||||
|
||||
case TGSI_OPCODE_RET:
|
||||
case TGSI_OPCODE_END:
|
||||
#ifdef WIN32
|
||||
emit_retw( func, 16 );
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue