aboutsummaryrefslogtreecommitdiffstats
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
commit34b714dd6bb953c7725387f8d4c212c44fe01471 (patch)
tree4e858343b9e57b89c4785302f633fce48a36c5aa
parent5c5c199b3fd68fc4adec67c7d0221744635c561f (diff)
downloadruby-34b714dd6bb953c7725387f8d4c212c44fe01471.tar.gz
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)) */