diff options
Diffstat (limited to 'src/codedump.c')
| -rw-r--r-- | src/codedump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/codedump.c b/src/codedump.c index b0a7676f0..b7dc421e2 100644 --- a/src/codedump.c +++ b/src/codedump.c @@ -461,6 +461,7 @@ codedump(mrb_state *mrb, const mrb_irep *irep) print_lv_a(mrb, irep, a); break; CASE(OP_STRING, BB): + mrb_assert((irep->pool[b].tt&IREP_TT_NFLAG)==0); if ((irep->pool[b].tt & IREP_TT_NFLAG) == 0) { printf("OP_STRING\tR%d\tL(%d)\t; %s", a, b, irep->pool[b].u.str); } |
