Fix testsuite bug
This commit is contained in:
committed by
Anthony Green
parent
f64e4a8655
commit
2f5626ce02
@@ -15,7 +15,7 @@ static void cls_ret_double_fn(ffi_cif* cif __UNUSED__, void* resp, void** args,
|
||||
void* userdata __UNUSED__)
|
||||
{
|
||||
int i;
|
||||
double r;
|
||||
double r = 0;
|
||||
double t;
|
||||
for(i = 0; i < NARGS; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user