mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
fix double-printing of comment info
This commit is contained in:
parent
9b00fa9ac2
commit
fa8059a89c
1 changed files with 0 additions and 3 deletions
|
|
@ -208,9 +208,6 @@ _mesa_print_alu_instruction(const struct prog_instruction *inst,
|
|||
_mesa_printf(", ");
|
||||
}
|
||||
|
||||
if (inst->Comment)
|
||||
_mesa_printf(" # %s", inst->Comment);
|
||||
|
||||
print_comment(inst);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue