summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-06 02:51:34 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-06 02:51:34 +0000
commitb95d9e664de6b7dd07c6de7249ad460fcb5b67bc (patch)
tree4e858343b9e57b89c4785302f633fce48a36c5aa
parentd687dc9c447825792076a4c45aef870cd00a4951 (diff)
thread_context -> execution_context
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--vm_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index 0c25ff74e6..3d44a3abef 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -737,7 +737,7 @@ typedef char rb_thread_id_string_t[sizeof(rb_nativethread_id_t) * 2 + 3];
typedef struct rb_fiber_struct rb_fiber_t;
-typedef struct rb_thread_context_struct {
+typedef struct rb_execution_context_struct {
/* execution information */
VALUE *vm_stack; /* must free, must mark */
size_t vm_stack_size; /* size in word (byte size / sizeof(VALUE)) */