summaryrefslogtreecommitdiffhomepage
path: root/src/cdump.c
diff options
context:
space:
mode:
authorBeoran <[email protected]>2012-12-07 09:25:17 +0100
committerBeoran <[email protected]>2012-12-07 09:25:17 +0100
commit2dafb884c0f15acb4983989e5760aed515faa53b (patch)
treec8905062df01b9659adf3cb51a2ded89d0302946 /src/cdump.c
parent40daee12cfbf6dac4421f47c9c953788985fe238 (diff)
downloadmruby-2dafb884c0f15acb4983989e5760aed515faa53b.tar.gz
mruby-2dafb884c0f15acb4983989e5760aed515faa53b.zip
Fix for issue #569
Diffstat (limited to 'src/cdump.c')
-rw-r--r--src/cdump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cdump.c b/src/cdump.c
index b43c86ee7..e822c2db6 100644
--- a/src/cdump.c
+++ b/src/cdump.c
@@ -136,6 +136,7 @@ make_cdump_irep(mrb_state *mrb, int irep_no, FILE *f)
SOURCE_CODE0 (" irep->syms = NULL;");
SOURCE_CODE0 (" irep->pool = NULL;");
+ SOURCE_CODE0 (" irep->lines = NULL;");
SOURCE_CODE0 (" mrb->irep_len = idx;");
SOURCE_CODE0 (" irep->plen = 0;");
if(irep->plen > 0) {