summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2022-11-18 10:29:41 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2022-11-18 12:04:10 -0800
commit6582f34831cc665b2adcf7d475aceb9b918badb6 (patch)
tree4d7de2ed25e59c6c2d9861003054fabfa7689e32 /tool
parentba3b40a9aeb752d1b3e4c87748c977bfd3cf6f2c (diff)
rename SHAPE_BITS to SHAPE_ID_NUM_BITS
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6737
Diffstat (limited to 'tool')
-rwxr-xr-xtool/mjit/bindgen.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/mjit/bindgen.rb b/tool/mjit/bindgen.rb
index 688d48ccb2..c1003fd723 100755
--- a/tool/mjit/bindgen.rb
+++ b/tool/mjit/bindgen.rb
@@ -346,7 +346,7 @@ generator = BindingGenerator.new(
VM_METHOD_TYPE_ISEQ
],
UINT: %w[
- SHAPE_BITS
+ SHAPE_ID_NUM_BITS
SHAPE_CAPACITY_CHANGE
SHAPE_FLAG_SHIFT
SHAPE_FROZEN