summaryrefslogtreecommitdiff
path: root/numeric.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2025-07-30 10:11:10 -0700
committerGitHub <noreply@github.com>2025-07-30 10:11:10 -0700
commit2cd10de33097d44f85a42bcde0f8bf17c90cd53a (patch)
tree221d1237964ae879b37eb4352e6c2d0fa950eac7 /numeric.rb
parent4263c49d1ce61a4e8d1a84cc144d4185ccf935f9 (diff)
ZJIT: Prepare for sharing JIT hooks with ZJIT (#14044)
Diffstat (limited to 'numeric.rb')
-rw-r--r--numeric.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/numeric.rb b/numeric.rb
index 27e9951fd3..552a3dd687 100644
--- a/numeric.rb
+++ b/numeric.rb
@@ -322,7 +322,7 @@ class Integer
1
end
- with_yjit do
+ with_jit do
if Primitive.rb_builtin_basic_definition_p(:downto)
undef :downto