Eolian/Generator: return values set to 0.
authorDaniel Zaoui <daniel.zaoui@samsung.com>
Fri, 14 Mar 2014 10:59:58 +0000 (12:59 +0200)
committerDaniel Zaoui <daniel.zaoui@samsung.com>
Fri, 14 Mar 2014 11:21:51 +0000 (13:21 +0200)
commit81c2a5d217871d76fdfc3eed5fcd2e9434ec4fa1
tree60934c651d161be89163f00c0c10b7a4be6a81e8
parent571d7b6287fde386cc9689aaafea8b8f57b3571b
Eolian/Generator: return values set to 0.

Before eo_do invocation, generated legacy functions returning a value
initialize it to 0.
This change is needed in the case that eo_do fails to find some
function, which leads to an unitialized value and behavior.
src/bin/eolian/legacy_generator.c