This commit is contained in:
gingerBill
2025-08-07 12:38:15 +01:00
parent 34b4b84b64
commit 3de300d2f9

View File

@@ -7146,7 +7146,7 @@ gb_internal bool check_builtin_procedure(CheckerContext *c, Operand *operand, As
operand->mode = Addressing_Constant;
operand->type = t_untyped_string;
operand->value = type_to_canonical_string(permanent_allocator(), type);
operand->value = exact_value_string(type_to_canonical_string(permanent_allocator(), type));
break;
}