summaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-24 00:54:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-24 00:54:31 +0000
commitb475fa0d61643a671d5f388c91cc207ab9ec0840 (patch)
treebc2089582266a974872fc136d9cdfe96e7c0faa2 /vm_insnhelper.c
parentfdbe6abbfbfed52e15b5f278cfb50ddcb4c61572 (diff)
downloadruby-b475fa0d61643a671d5f388c91cc207ab9ec0840.tar.gz
ruby-b475fa0d61643a671d5f388c91cc207ab9ec0840.tar.xz
ruby-b475fa0d61643a671d5f388c91cc207ab9ec0840.zip
* vm_insnhelper.c (vm_setup_method): fixed format spec.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index bc196d83b..8412e4a77 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 */