diff options
author | Brian <[email protected]> | 2007-03-26 18:47:19 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-03-26 18:47:19 -0600 |
commit | ae36cfc65eac19281b5ad338e4095008dc69ab21 (patch) | |
tree | 687d347ffdf4a08527cda075a9091e50f01018d3 /src/mesa | |
parent | 9878e8ff516486900228429f26b37cb01cd7313f (diff) |
s/SUB/BGNSUB/
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/shader/prog_print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/prog_print.c b/src/mesa/shader/prog_print.c index 3ab004191a8..8fa7ef3d824 100644 --- a/src/mesa/shader/prog_print.c +++ b/src/mesa/shader/prog_print.c @@ -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: |