зеркало из https://github.com/github/ruby.git
* iseq.c (insn_operand_intern): fix format specifier.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
12dc1ffd47
Коммит
e8e2ea4866
2
iseq.c
2
iseq.c
|
@ -739,7 +739,7 @@ insn_operand_intern(rb_iseq_t *iseq,
|
|||
|
||||
switch (type) {
|
||||
case TS_OFFSET: /* LONG */
|
||||
ret = rb_sprintf("%"PRIdSIZE, pos + len + op);
|
||||
ret = rb_sprintf("%"PRIdVALUE, (VALUE)(pos + len + op));
|
||||
break;
|
||||
|
||||
case TS_NUM: /* ULONG */
|
||||
|
|
Загрузка…
Ссылка в новой задаче