From 0a6418d85e664cfeba79c56e3276522fc8b6cd19 Mon Sep 17 00:00:00 2001 From: wanabe Date: Thu, 25 Mar 2010 14:56:38 +0000 Subject: * thread.c (thread_reset_event_flags): set flags to thread. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread.c | 1 + 1 file changed, 1 insertion(+) (limited to 'thread.c') diff --git a/thread.c b/thread.c index a3dfe007b2..a94b81569b 100644 --- a/thread.c +++ b/thread.c @@ -3702,6 +3702,7 @@ thread_reset_event_flags(rb_thread_t *th) flag |= hook->flag; hook = hook->next; } + th->event_flags = flag; } static void -- cgit v1.2.3