aboutsummaryrefslogtreecommitdiff
path: root/tools/parse_module.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/parse_module.c')
-rw-r--r--tools/parse_module.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/parse_module.c b/tools/parse_module.c
index c9a5b12..7c54144 100644
--- a/tools/parse_module.c
+++ b/tools/parse_module.c
@@ -273,6 +273,7 @@ int parse_function_section(FILE *handle, struct module *module)
}
funcs[i].type = module->functypes + i;
+ funcs[i].translated_body = NULL;
}
module->functions_count = funcs_count;