Skip to content

Commit

Permalink
[IO] Eventloop threadcontext variable oops
Browse files Browse the repository at this point in the history
  • Loading branch information
bdw committed Sep 24, 2018
1 parent 4033c34 commit db11d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/eventloop.c
Expand Up @@ -95,7 +95,7 @@ static void enter_loop(MVMThreadContext *tc, MVMCallsite *callsite, MVMRegister
uv_run(loop, UV_RUN_DEFAULT);

/* Allow the cleanup of threadcontext to process the (redundant) loop */
tc->loop = tc->loop;
tc->loop = tc_loop;
}

/* Sees if we have an event loop processing thread set up already, and
Expand Down

0 comments on commit db11d5f

Please sign in to comment.