diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/gc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -623,7 +623,7 @@ root_scan_phase(mrb_state *mrb) /* mark exception */ mrb_gc_mark(mrb, (struct RBasic*)mrb->exc); - mark_context(mrb, mrb->c); + mark_context(mrb, mrb->root_c); /* mark irep pool */ if (mrb->irep) { size_t len = mrb->irep_len; |
