cell: SWZ no longer aliases MOV.

This commit is contained in:
Michal Krol
2008-06-02 11:40:44 +02:00
parent c6ae627fdc
commit dc6068a8bc
+1 -1
View File
@@ -896,7 +896,7 @@ exec_instruction(
break;
case TGSI_OPCODE_MOV:
/* TGSI_OPCODE_SWZ */
case TGSI_OPCODE_SWZ:
FOR_EACH_ENABLED_CHANNEL( *inst, chan_index ) {
FETCH( &r[0], 0, chan_index );
STORE( &r[0], 0, chan_index );