| ... | @@ -18507,7 +18507,7 @@ static Error ir_make_type_info_defs(IrAnalyze *ira, IrInstruction *source_instr, | ... | @@ -18507,7 +18507,7 @@ static Error ir_make_type_info_defs(IrAnalyze *ira, IrInstruction *source_instr, |
| 18507 | return ErrorSemanticAnalyzeFail; | 18507 | return ErrorSemanticAnalyzeFail; |
| 18508 | } | 18508 | } |
| 18509 | | 18509 | |
| 18510 | AstNodeFnProto *fn_node = (AstNodeFnProto *)(fn_entry->proto_node); | 18510 | AstNodeFnProto *fn_node = &fn_entry->proto_node->data.fn_proto; |
| 18511 | | 18511 | |
| 18512 | ConstExprValue *fn_def_val = create_const_vals(1); | 18512 | ConstExprValue *fn_def_val = create_const_vals(1); |
| 18513 | fn_def_val->special = ConstValSpecialStatic; | 18513 | fn_def_val->special = ConstValSpecialStatic; |