summaryrefslogtreecommitdiffhomepage
path: root/src/codegen.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-04-28 11:59:46 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-04-28 11:59:46 +0900
commitb1ec92f7cd3a86f88a2e82a7dbf0ad0b1ab1c5c1 (patch)
treee5db39c59d8e28321079f030b83bb0276dce38d6 /src/codegen.c
parent1a44b8817b12f36ffa1392e71f5ed80f58eb7734 (diff)
downloadmruby-b1ec92f7cd3a86f88a2e82a7dbf0ad0b1ab1c5c1.tar.gz
mruby-b1ec92f7cd3a86f88a2e82a7dbf0ad0b1ab1c5c1.zip
fix OP_BLKPUSH dump format
Diffstat (limited to 'src/codegen.c')
-rw-r--r--src/codegen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codegen.c b/src/codegen.c
index f77158188..4c9323695 100644
--- a/src/codegen.c
+++ b/src/codegen.c
@@ -2864,7 +2864,7 @@ codedump(mrb_state *mrb, mrb_irep *irep)
print_lv(mrb, irep, c, RA);
break;
case OP_BLKPUSH:
- printf("OP_BLKPUSH\tR%d\t%d:%d:%d:%d\n", GETARG_A(c),
+ printf("OP_BLKPUSH\tR%d\t%d:%d:%d:%d", GETARG_A(c),
(GETARG_Bx(c)>>10)&0x3f,
(GETARG_Bx(c)>>9)&0x1,
(GETARG_Bx(c)>>4)&0x1f,