* compile.c (insn_data_to_s_detail): remove debug lines.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2012-11-13 08:36:42 +00:00
Родитель 0d6c9accd7
Коммит 1619c02dd3
2 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -1,3 +1,7 @@
Tue Nov 13 17:35:49 2012 Koichi Sasada <ko1@atdot.net>
* compile.c (insn_data_to_s_detail): remove debug lines.
Tue Nov 13 17:28:47 2012 Koichi Sasada <ko1@atdot.net>
* vm_insnhelper.c (vm_caller_setup_args): save and restore

Просмотреть файл

@ -5282,9 +5282,6 @@ insn_data_to_s_detail(INSN *iobj)
{
rb_call_info_t *ci = (rb_call_info_t *)OPERAND_AT(iobj, j);
rb_str_catf(str, "<callinfo:%s, %d>", ci->mid ? rb_id2name(ci->mid) : "", ci->orig_argc);
if (ci->orig_argc > 60) {
rb_bug("xyzzy");
}
break;
}
case TS_CDHASH: /* case/when condition cache */