add an issue number.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32335 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2011-06-30 13:35:43 +00:00
parent 065fe8b7a4
commit 3bd0566288

View File

@ -1,7 +1,7 @@
Thu Jun 30 22:17:04 2011 Koichi Sasada <ko1@atdot.net> Thu Jun 30 22:17:04 2011 Koichi Sasada <ko1@atdot.net>
* vm_insnhelper.c (vm_call_bmethod): fix to hook call/return event * vm_insnhelper.c (vm_call_bmethod): fix to hook call/return event
for methods defined by define_method(). for methods defined by define_method(). fixes Bug #4613.
* thread.c (call_trace_proc): Fix to skip if class is not given (0). * thread.c (call_trace_proc): Fix to skip if class is not given (0).
Note that ID and Class object are passed for call/return event Note that ID and Class object are passed for call/return event