mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* vm_insnhelper.c (vm_setup_method): fixed format spec.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
157c95294b
commit
516487dee0
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ vm_setup_method(rb_thread_t *th, rb_control_frame_t *cfp,
|
|||
sp = rsp + iseq->arg_size;
|
||||
|
||||
if (LIKELY(!(flag & VM_CALL_TAILCALL_BIT))) {
|
||||
if (0) printf("local_size: %"PRIdSIZE", arg_size: %d\n",
|
||||
if (0) printf("local_size: %d, arg_size: %d\n",
|
||||
iseq->local_size, iseq->arg_size);
|
||||
|
||||
/* clear local variables */
|
||||
|
|
Loading…
Reference in a new issue