diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-01-17 13:22:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-17 13:22:47 +0000 |
| commit | fcd3cf7fa815a605e89dac40dd01a9a70e257110 (patch) | |
| tree | 6079ba5427dedf384107d691c63a7a881f9c3cc2 /src/check_expr.cpp | |
| parent | 16eca1ded12373cd5a106d20796458a374940771 (diff) | |
| parent | 3f20b6324353cfb9e3ad27fe9ee5f8d07148911b (diff) | |
Merge pull request #4704 from flysand7/4614-thread-locals
Error if `-no-crt` is used without `-no-thread-locals`
Diffstat (limited to 'src/check_expr.cpp')
| -rw-r--r-- | src/check_expr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check_expr.cpp b/src/check_expr.cpp index 231ece2f4..349c5dbae 100644 --- a/src/check_expr.cpp +++ b/src/check_expr.cpp @@ -1044,7 +1044,7 @@ gb_internal AstPackage *get_package_of_type(Type *type) { } -// NOTE(bill): 'content_name' is for debugging and error messages +// NOTE(bill): 'context_name' is for debugging and error messages gb_internal void check_assignment(CheckerContext *c, Operand *operand, Type *type, String context_name) { check_not_tuple(c, operand); if (operand->mode == Addressing_Invalid) { |