Improve default scope size

This commit is contained in:
gingerBill
2021-07-27 10:59:39 +01:00
parent ae25787f48
commit 116e98b378
6 changed files with 51 additions and 8 deletions
+1 -1
View File
@@ -2228,7 +2228,7 @@ Type *make_soa_struct_internal(CheckerContext *ctx, Ast *array_typ_expr, Ast *el
soa_struct->Struct.soa_elem = elem;
soa_struct->Struct.soa_count = count;
scope = create_scope(ctx->info, ctx->scope);
scope = create_scope(ctx->info, ctx->scope, 8);
soa_struct->Struct.scope = scope;
String params_xyzw[4] = {