| ... | @@ -17125,7 +17125,7 @@ static ConstExprValue *ir_make_type_info_value(IrAnalyze *ira, TypeTableEntry *t | ... | @@ -17125,7 +17125,7 @@ static ConstExprValue *ir_make_type_info_value(IrAnalyze *ira, TypeTableEntry *t |
| 17125 | // alignment: u32 | 17125 | // alignment: u32 |
| 17126 | ensure_field_index(result->type, "alignment", 3); | 17126 | ensure_field_index(result->type, "alignment", 3); |
| 17127 | fields[3].special = ConstValSpecialStatic; | 17127 | fields[3].special = ConstValSpecialStatic; |
| 17128 | fields[3].type = ira->codegen->builtin_types.entry_u32; | 17128 | fields[3].type = get_int_type(ira->codegen, false, 29); |
| 17129 | bigint_init_unsigned(&fields[3].data.x_bigint, attrs_type->data.pointer.alignment); | 17129 | bigint_init_unsigned(&fields[3].data.x_bigint, attrs_type->data.pointer.alignment); |
| 17130 | // child: type | 17130 | // child: type |
| 17131 | ensure_field_index(result->type, "child", 4); | 17131 | ensure_field_index(result->type, "child", 4); |