summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authorwanabe <wanabe@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-25 14:56:38 +0000
committerwanabe <wanabe@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-25 14:56:38 +0000
commit0a6418d85e664cfeba79c56e3276522fc8b6cd19 (patch)
tree54aeeee9ead553ce00b6234a45240eb8ed251b84 /thread.c
parente70499732a043ddb673c9775699a7a2c8230c440 (diff)
* 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
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c1
1 files changed, 1 insertions, 0 deletions
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