ir_to_mesa: Fix stray "break" that broke functions of >1 argument.
authorEric Anholt <eric@anholt.net>
Tue, 27 Jul 2010 17:08:38 +0000 (10:08 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 27 Jul 2010 17:08:38 +0000 (10:08 -0700)
src/mesa/program/ir_to_mesa.cpp

index 2fd0507..defacc7 100644 (file)
@@ -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()) {