mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Fix typo
This commit is contained in:
@@ -7146,7 +7146,7 @@ gb_internal bool check_builtin_procedure(CheckerContext *c, Operand *operand, As
|
|||||||
|
|
||||||
operand->mode = Addressing_Constant;
|
operand->mode = Addressing_Constant;
|
||||||
operand->type = t_untyped_string;
|
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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user