mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
ir_to_mesa: Fix stray "break" that broke functions of >1 argument.
This commit is contained in:
parent
832aad989e
commit
fdbaca931a
1 changed files with 0 additions and 1 deletions
|
|
@ -1498,7 +1498,6 @@ ir_to_mesa_visitor::get_function_signature(ir_function_signature *sig)
|
|||
this->variables.push_tail(storage);
|
||||
|
||||
this->next_temp += type_size(param->type);
|
||||
break;
|
||||
}
|
||||
|
||||
if (!sig->return_type->is_void()) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue