Make intrinsics.overflow_* NOT #optional_ok

This commit is contained in:
gingerBill
2024-04-10 12:32:26 +01:00
parent 25f781d64b
commit 3dfd61dd4f

View File

@@ -4089,8 +4089,8 @@ gb_internal bool check_builtin_procedure(CheckerContext *c, Operand *operand, As
}
}
operand->mode = Addressing_OptionalOk;
operand->type = default_type(x.type);
operand->mode = Addressing_Value;
operand->type = make_optional_ok_type(default_type(x.type));
}
break;