gallium: s/OPCODE_INT/OPCODE_TRUNC/

This commit is contained in:
Brian Paul
2008-11-06 17:19:54 -07:00
parent c417a2c3f3
commit 3225bc8493
+2 -2
View File
@@ -389,8 +389,8 @@ compile_instruction(
fullinst->Instruction.Opcode = TGSI_OPCODE_IF;
fullinst->InstructionExtLabel.Label = inst->BranchTarget + preamble_size;
break;
case OPCODE_INT:
fullinst->Instruction.Opcode = TGSI_OPCODE_INT;
case OPCODE_TRUNC:
fullinst->Instruction.Opcode = TGSI_OPCODE_TRUNC;
break;
case OPCODE_KIL:
/* conditional */