summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--thread.c2
1 files changed, 1 insertions, 1 deletions
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) {