summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
-rw-r--r--vm.c2
1 files changed, 1 insertions, 1 deletions
@@ -1415,7 +1415,7 @@ rb_proc_ractor_make_shareable(VALUE self)
proc->is_isolated = TRUE;
}
- FL_SET_RAW(self, RUBY_FL_SHAREABLE);
return self;
}