projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
832aad9
)
ir_to_mesa: Fix stray "break" that broke functions of >1 argument.
author
Eric Anholt
<eric@anholt.net>
Tue, 27 Jul 2010 17:08:38 +0000
(10:08 -0700)
committer
Eric Anholt
<eric@anholt.net>
Tue, 27 Jul 2010 17:08:38 +0000
(10:08 -0700)
src/mesa/program/ir_to_mesa.cpp
patch
|
blob
|
history
diff --git
a/src/mesa/program/ir_to_mesa.cpp
b/src/mesa/program/ir_to_mesa.cpp
index 2fd0507c2fbb57eee7eadebebf994f9b01780895..defacc7fdc4f724db032a308096a45b51fdfccc2 100644
(file)
--- a/
src/mesa/program/ir_to_mesa.cpp
+++ b/
src/mesa/program/ir_to_mesa.cpp
@@
-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()) {