mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-24 14:45:00 -07:00
Replace all queues with MPSCQueue where possible
This commit is contained in:
+1
-1
@@ -1010,7 +1010,7 @@ gb_internal void check_proc_decl(CheckerContext *ctx, Entity *e, DeclInfo *d) {
|
||||
|
||||
if (ac.deferred_procedure.entity != nullptr) {
|
||||
e->Procedure.deferred_procedure = ac.deferred_procedure;
|
||||
mpmc_enqueue(&ctx->checker->procs_with_deferred_to_check, e);
|
||||
mpsc_enqueue(&ctx->checker->procs_with_deferred_to_check, e);
|
||||
}
|
||||
|
||||
if (is_foreign) {
|
||||
|
||||
Reference in New Issue
Block a user