s/SUB/BGNSUB/

This commit is contained in:
Brian
2007-03-26 18:47:19 -06:00
parent 9878e8ff51
commit ae36cfc65e
+1 -1
View File
@@ -629,7 +629,7 @@ _mesa_print_instruction_opt(const struct prog_instruction *inst, GLint indent,
break;
case OPCODE_BGNSUB:
_mesa_printf("SUB");
_mesa_printf("BGNSUB");
print_comment(inst);
return indent + 3;
case OPCODE_ENDSUB: