diff --git a/vm_core.h b/vm_core.h index e0fc3cb0a1..d578b5c6e5 100644 --- a/vm_core.h +++ b/vm_core.h @@ -1753,7 +1753,7 @@ static inline void rb_thread_set_current(rb_thread_t *th) { if (th->vm->running_thread != th) { - th->running_time_us = 0; + th->running_time_us = 0; } rb_thread_set_current_raw(th); th->vm->running_thread = th;