diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-08-29 11:45:36 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-08-29 11:45:36 +0900 |
| commit | 950204bc4d419fc3b2a0842eccf1d253735e7839 (patch) | |
| tree | 61850a6bfabfaf237200054918f35d64a5a1bbb5 /src/cdump.c | |
| parent | 4848c1f0c76872d78b1c86066e5da3c71f759630 (diff) | |
| download | mruby-950204bc4d419fc3b2a0842eccf1d253735e7839.tar.gz mruby-950204bc4d419fc3b2a0842eccf1d253735e7839.zip | |
remove flags from irep
Diffstat (limited to 'src/cdump.c')
| -rw-r--r-- | src/cdump.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cdump.c b/src/cdump.c index f21a735ab..ba05a1899 100644 --- a/src/cdump.c +++ b/src/cdump.c @@ -114,7 +114,6 @@ make_cdump_irep(mrb_state *mrb, int irep_no, FILE *f) SOURCE_CODE0 (" ai = mrb->arena_idx;"); SOURCE_CODE0 (" irep = mrb->irep[idx] = mrb_malloc(mrb, sizeof(mrb_irep));"); SOURCE_CODE0 (" irep->idx = idx++;"); - SOURCE_CODE (" irep->flags = %d | MRB_ISEQ_NOFREE;", irep->flags); SOURCE_CODE (" irep->nlocals = %d;", irep->nlocals); SOURCE_CODE (" irep->nregs = %d;", irep->nregs); SOURCE_CODE (" irep->ilen = %d;", irep->ilen); |
