| ... | ... | @@ -15859,7 +15859,7 @@ static ConstExprValue *ir_make_type_info_value(IrAnalyze *ira, ConstExprValue *p |
| 15859 | 15859 | // alignment: u32 |
| 15860 | 15860 | fields[2].special = ConstValSpecialStatic; |
| 15861 | 15861 | fields[2].type = ira->codegen->builtin_types.entry_u32; |
| 15862 | | bigint_init_unsigned(&fields->data.x_bigint, type_entry->data.pointer.alignment); |
| 15862 | bigint_init_unsigned(&fields[2].data.x_bigint, type_entry->data.pointer.alignment); |
| 15863 | 15863 | // child: &TypeInfo |
| 15864 | 15864 | ConstExprValue *type_info_type = get_builtin_value(ira->codegen, "TypeInfo"); |
| 15865 | 15865 | assert(type_info_type->type->id == TypeTableEntryIdMetaType); |