diff --git a/thread.c b/thread.c index 4ec9bb8e64..eca77e5002 100644 --- a/thread.c +++ b/thread.c @@ -4123,7 +4123,7 @@ rb_wait_for_single_fd(int fd, int events, struct timeval *timeout) EC_POP_TAG(); list_del(&wfd.wfd_node); if (state) { - EC_JUMP_TAG(wfd.th->ec, state); + EC_JUMP_TAG(wfd.th->ec, state); } if (result < 0) {