summaryrefslogtreecommitdiff
path: root/cont.c
diff options
context:
space:
mode:
Diffstat (limited to 'cont.c')
-rw-r--r--cont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cont.c b/cont.c
index 72e111797c..770cfeb1b4 100644
--- a/cont.c
+++ b/cont.c
@@ -1148,8 +1148,8 @@ root_fiber_alloc(rb_thread_t *th)
#ifdef _WIN32
fib->fib_handle = ConvertThreadToFiber(0);
#endif
- fib->status = RUNNING;
#endif
+ fib->status = RUNNING;
fib->prev_fiber = fib->next_fiber = fib;
return fib;