From 0d6c9accd7f64c19ff9162e42890aba87b4f9d4e Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 13 Nov 2012 08:35:22 +0000 Subject: [PATCH] fix ChangeLog git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 78d6ea9d4d..af73ef5005 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ Tue Nov 13 17:28:47 2012 Koichi Sasada * vm_insnhelper.c (vm_caller_setup_args): save and restore ci->argc and ci->blockptr before and after method invocations - because these method dispatches override call_info. + because these method dispatches can override call_info. * bootstraptest/test_method.rb: add tests for this fix.