Make abitest.c have predictable result
commit5919da6f05a225907a54f239a725e67c7989a2a0
authorThomas Preud'homme <robotux@celest.fr>
Mon, 25 Nov 2013 03:25:04 +0000 (25 11:25 +0800)
committerThomas Preud'homme <robotux@celest.fr>
Mon, 25 Nov 2013 03:25:04 +0000 (25 11:25 +0800)
treeca7d96fadfadbfd5cbcb8acf7fb8fbee9913917c
parent4260ce1889f6f0f2fe25f4c783dae2b23a4a0021
Make abitest.c have predictable result

stdarg_test in abitest.c relies on a sum of some parameters made by both
the caller and the callee to reach the same result. However, the
variables used to store the temporary result of the additions are not
initialized to 0, leading to uncertainty as to the results. This commit
add this needed initialization.
tests/abitest.c