Correct lb_gen_map_header initialization

This commit is contained in:
gingerBill
2022-09-17 13:40:29 +01:00
parent 81f10f53ad
commit 4d512c2cf6

View File

@@ -381,6 +381,8 @@ lbProcedure *lb_create_dummy_procedure(lbModule *m, String link_name, Type *type
lb_add_proc_attribute_at_index(p, offset+parameter_index, "nocapture");
}
map_init(&p->map_header_cache, heap_allocator(), 0);
return p;
}