| ... | @@ -5534,7 +5534,7 @@ fn airUnwrapErrUnionErr(f: *Function, inst: Air.Inst.Index) !CValue { | ... | @@ -5534,7 +5534,7 @@ fn airUnwrapErrUnionErr(f: *Function, inst: Air.Inst.Index) !CValue { |
| 5534 | else | 5534 | else |
| 5535 | try f.writeCValueMember(writer, operand, .{ .identifier = "error" }) | 5535 | try f.writeCValueMember(writer, operand, .{ .identifier = "error" }) |
| 5536 | else | 5536 | else |
| 5537 | try f.object.dg.renderValue(writer, error_ty, try mod.intValue(error_ty, 0), .Initializer); | 5537 | try f.object.dg.renderValue(writer, Type.err_int, try mod.intValue(Type.err_int, 0), .Initializer); |
| 5538 | } | 5538 | } |
| 5539 | try writer.writeAll(";\n"); | 5539 | try writer.writeAll(";\n"); |
| 5540 | return local; | 5540 | return local; |