| ... | ... | @@ -20405,6 +20405,7 @@ static Error ir_make_type_info_decls(IrAnalyze *ira, IrInstruction *source_instr |
| 20405 | 20405 | bigint_init_unsigned(&inner_fields[2].data.x_union.tag, 1); |
| 20406 | 20406 | |
| 20407 | 20407 | ConstExprValue *payload = create_const_vals(1); |
| 20408 | payload->special = ConstValSpecialStatic; |
| 20408 | 20409 | payload->type = ira->codegen->builtin_types.entry_type; |
| 20409 | 20410 | payload->data.x_type = var->const_value->type; |
| 20410 | 20411 | |
| ... | ... | @@ -20525,6 +20526,7 @@ static Error ir_make_type_info_decls(IrAnalyze *ira, IrInstruction *source_instr |
| 20525 | 20526 | bigint_init_unsigned(&inner_fields[2].data.x_union.tag, 0); |
| 20526 | 20527 | |
| 20527 | 20528 | ConstExprValue *payload = create_const_vals(1); |
| 20529 | payload->special = ConstValSpecialStatic; |
| 20528 | 20530 | payload->type = ira->codegen->builtin_types.entry_type; |
| 20529 | 20531 | payload->data.x_type = type_entry; |
| 20530 | 20532 | |