summaryrefslogtreecommitdiff
path: root/rjit.h
diff options
context:
space:
mode:
Diffstat (limited to 'rjit.h')
-rw-r--r--rjit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rjit.h b/rjit.h
index dc984c1cdc..02fb91b835 100644
--- a/rjit.h
+++ b/rjit.h
@@ -35,7 +35,7 @@ struct rb_rjit_options {
// Verify context objects
bool verify_ctx;
// [experimental] Do not start RJIT until RJIT.resume is called.
- bool pause;
+ bool disable;
};
RUBY_SYMBOL_EXPORT_BEGIN