summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm.c b/vm.c
index 495d5ddcb6..7ad6bdd264 100644
--- a/vm.c
+++ b/vm.c
@@ -2714,7 +2714,7 @@ rb_ec_clear_vm_stack(rb_execution_context_t *ec)
rb_ec_set_vm_stack(ec, NULL, 0);
// Avoid dangling pointers:
- ec->cfp = NULL;
+ // ec->cfp = NULL;
}
static void