Merge commit '0a2b6d9baf47f4320af28f84bc647506548f9487'

This commit is contained in:
Benjamin Vedder 2022-09-25 12:05:18 +02:00
commit f707fa1c44
1 changed files with 1 additions and 0 deletions

View File

@ -1420,6 +1420,7 @@ static inline void eval_receive(eval_context_t *ctx) {
ctx->timestamp = timestamp_us_callback(); ctx->timestamp = timestamp_us_callback();
ctx->sleep_us = 0; ctx->sleep_us = 0;
enqueue_ctx(&blocked,ctx); enqueue_ctx(&blocked,ctx);
ctx_running = NULL;
} else { } else {
lbm_value pats = ctx->curr_exp; lbm_value pats = ctx->curr_exp;
lbm_value *msgs = ctx->mailbox; lbm_value *msgs = ctx->mailbox;