Fix warnings.

This commit is contained in:
Masaki Muranaka
2013-03-09 00:38:10 +09:00
parent 5bed51e584
commit 065494887d
+1 -1
View File
@@ -2409,7 +2409,7 @@ codedump(mrb_state *mrb, int n)
if (!irep) return;
printf("irep %d nregs=%d nlocals=%d pools=%d syms=%d\n", n,
irep->nregs, irep->nlocals, irep->plen, irep->slen);
irep->nregs, irep->nlocals, (int)irep->plen, (int)irep->slen);
for (i=0; i<irep->ilen; i++) {
ai = mrb_gc_arena_save(mrb);
printf("%03d ", i);