From b5ff6f11b52ef381e4fcbe90618e75a1a5321395 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 10 Oct 2012 22:43:51 +0000 Subject: * iseq.c (insn_operand_intern): cast op to rb_call_info_t* before compare with iseq->callinfo_entries whose type is rb_call_info_t*. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37136 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2e76e717a7..ed1135c2a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 11 07:40:50 2012 NARUSE, Yui + + * iseq.c (insn_operand_intern): cast op to rb_call_info_t* before + compare with iseq->callinfo_entries whose type is rb_call_info_t*. + Thu Oct 11 03:37:08 2012 Koichi Sasada * bootstraptest/test_block.rb: add tests for block with super. -- cgit v1.2.3