aboutsummaryrefslogtreecommitdiff
path: root/src/check_builtin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/check_builtin.cpp')
-rw-r--r--src/check_builtin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check_builtin.cpp b/src/check_builtin.cpp
index a7d5536e7..290b1b8cd 100644
--- a/src/check_builtin.cpp
+++ b/src/check_builtin.cpp
@@ -1687,7 +1687,7 @@ gb_internal bool check_builtin_procedure(CheckerContext *c, Operand *operand, As
case BuiltinProc___entry_point:
operand->mode = Addressing_NoValue;
operand->type = nullptr;
- mpmc_enqueue(&c->info->intrinsics_entry_point_usage, call);
+ mpsc_enqueue(&c->info->intrinsics_entry_point_usage, call);
break;
case BuiltinProc_DIRECTIVE: