diff options
author | Takashi Kokubun <[email protected]> | 2022-09-18 23:43:24 +0900 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2022-09-23 06:44:28 +0900 |
commit | 5cda5938f899ca9ac72f1e44c216f63826516422 (patch) | |
tree | 9f958c701a5e49c4b2e18c9d00d7e6185dd5ea7b /lib/mjit/c_32.rb | |
parent | 2f5b37533e6129646ddfacffc3da34be02bc9e87 (diff) |
Bindgen enum with builtin
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/6418
Diffstat (limited to 'lib/mjit/c_32.rb')
-rw-r--r-- | lib/mjit/c_32.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/mjit/c_32.rb b/lib/mjit/c_32.rb index f2acfd1761..59ca977093 100644 --- a/lib/mjit/c_32.rb +++ b/lib/mjit/c_32.rb @@ -1,14 +1,6 @@ require_relative 'c_type' module RubyVM::MJIT - def C.VM_METHOD_TYPE_CFUNC = 1 - - def C.VM_METHOD_TYPE_ISEQ = 0 - - def C.VM_CALL_KW_SPLAT_bit = 7 - - def C.VM_CALL_TAILCALL_bit = 8 - def C.CALL_DATA @CALL_DATA ||= self.rb_call_data end |