| ... | @@ -18466,7 +18466,7 @@ static Error ir_make_type_info_value(IrAnalyze *ira, IrInstruction *source_instr | ... | @@ -18466,7 +18466,7 @@ static Error ir_make_type_info_value(IrAnalyze *ira, IrInstruction *source_instr |
| 18466 | size_t byte_offset = LLVMOffsetOfElement(ira->codegen->target_data_ref, type_entry->type_ref, struct_field->gen_index); | 18466 | size_t byte_offset = LLVMOffsetOfElement(ira->codegen->target_data_ref, type_entry->type_ref, struct_field->gen_index); |
| 18467 | inner_fields[1].data.x_optional = create_const_vals(1); | 18467 | inner_fields[1].data.x_optional = create_const_vals(1); |
| 18468 | inner_fields[1].data.x_optional->special = ConstValSpecialStatic; | 18468 | inner_fields[1].data.x_optional->special = ConstValSpecialStatic; |
| 18469 | inner_fields[1].data.x_optional->type = ira->codegen->builtin_types.entry_usize; | 18469 | inner_fields[1].data.x_optional->type = ira->codegen->builtin_types.entry_num_lit_int; |
| 18470 | bigint_init_unsigned(&inner_fields[1].data.x_optional->data.x_bigint, byte_offset); | 18470 | bigint_init_unsigned(&inner_fields[1].data.x_optional->data.x_bigint, byte_offset); |
| 18471 | } | 18471 | } |
| 18472 | | 18472 | |