mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 13:30:11 +01:00
ir_print_visitor: Fix unclosed parenthesis in (call...
This commit is contained in:
parent
c84f636c97
commit
aecdefa8c0
1 changed files with 1 additions and 0 deletions
|
|
@ -267,6 +267,7 @@ ir_print_visitor::visit(ir_call *ir)
|
|||
|
||||
inst->accept(this);
|
||||
}
|
||||
printf(")\n");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue