summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-04 07:24:21 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-04 07:24:21 +0000
commit086fce313553e31a22b95719eef34dbc7b775332 (patch)
tree6e930c8d92a50bf4900d8c0ef3a304c6b9d3ed6b /ChangeLog
parentcfa4a59da811ba9c0cfdf53e525dd234d2c4446d (diff)
* properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 36340d2c72..3944e7966a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -121,7 +121,7 @@ Sun Dec 3 00:06:00 2012 Kenta Murata <mrkn@mrkn.jp>
Sun Dec 2 19:26:47 2012 Masaya Tarui <tarui@ruby-lang.org>
- * thread.c (RB_GC_SAVE_MACHINE_CONTEXT, rb_gc_save_machine_context):
+ * thread.c (RB_GC_SAVE_MACHINE_CONTEXT, rb_gc_save_machine_context):
extract rb_gc_save_machine_context to RB_GC_SAVE_MACHINE_CONTEXT.
NOTE: machine_regs and machine_stack_end must be set in current scope.