commit | ae36cfc65eac19281b5ad338e4095008dc69ab21 | [log] [tgz] |
---|---|---|
author | Brian <brian@yutani.localnet.net> | Mon Mar 26 18:47:19 2007 -0600 |
committer | Brian <brian@yutani.localnet.net> | Mon Mar 26 18:47:19 2007 -0600 |
tree | 687d347ffdf4a08527cda075a9091e50f01018d3 | |
parent | 9878e8ff516486900228429f26b37cb01cd7313f [diff] [blame] |
s/SUB/BGNSUB/
diff --git a/src/mesa/shader/prog_print.c b/src/mesa/shader/prog_print.c index 3ab0041..8fa7ef3 100644 --- a/src/mesa/shader/prog_print.c +++ b/src/mesa/shader/prog_print.c
@@ -629,7 +629,7 @@ break; case OPCODE_BGNSUB: - _mesa_printf("SUB"); + _mesa_printf("BGNSUB"); print_comment(inst); return indent + 3; case OPCODE_ENDSUB: