ChangeLog: fix a typo of r37185.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2012-10-15 15:45:07 +00:00
parent 32569104e1
commit 84cfea7008

View File

@ -32,7 +32,7 @@ Mon Oct 15 04:51:55 2012 Koichi Sasada <ko1@atdot.net>
- make functions for respective method types in vm_call_method().
(all functions have same function parameters)
* vm_core.h: add `opt_pc' filed in `rb_call_info_t'
* vm_core.h: add `opt_pc' field in `rb_call_info_t'
as temporal variable.
* vm_eval.c (vm_call0_body): catch up above changes.