| ... | ... | @@ -25048,9 +25048,7 @@ static IrInstGen *ir_analyze_instruction_embed_file(IrAnalyze *ira, IrInstSrcEmb |
| 25048 | 25048 | } |
| 25049 | 25049 | } |
| 25050 | 25050 | |
| 25051 | | ZigType *result_type = get_array_type(ira->codegen, |
| 25052 | | ira->codegen->builtin_types.entry_u8, buf_len(file_contents), nullptr); |
| 25053 | | IrInstGen *result = ir_const(ira, &instruction->base.base, result_type); |
| 25051 | IrInstGen *result = ir_const(ira, &instruction->base.base, nullptr); |
| 25054 | 25052 | init_const_str_lit(ira->codegen, result->value, file_contents); |
| 25055 | 25053 | return result; |
| 25056 | 25054 | } |