summaryrefslogtreecommitdiffstats
path: root/insnhelper.ci
diff options
context:
space:
mode:
Diffstat (limited to 'insnhelper.ci')
-rw-r--r--insnhelper.ci2
1 files changed, 1 insertions, 1 deletions
diff --git a/insnhelper.ci b/insnhelper.ci
index 4c52e5b01..4c76ff146 100644
--- a/insnhelper.ci
+++ b/insnhelper.ci
@@ -1315,7 +1315,7 @@ vm_throw(rb_thread_t *th, rb_control_frame_t *reg_cfp, rb_num_t throw_state, VAL
}
else {
th->state = TAG_RAISE;
- //th->state = FIX2INT(rb_ivar_get(err, idThrowState));
+ /*th->state = FIX2INT(rb_ivar_get(err, idThrowState));*/
}
return err;
}