From 516487dee0e2ea8b8fe1ebc8c222880f7c4142b3 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 24 Jun 2009 00:54:31 +0000 Subject: [PATCH] * 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 --- vm_insnhelper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm_insnhelper.c b/vm_insnhelper.c index bc196d83b3..8412e4a77b 100644 --- a/vm_insnhelper.c +++ b/vm_insnhelper.c @@ -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 */