This commit is contained in:
Takashi Kokubun 2022-09-06 16:22:43 +09:00 committed by GitHub
parent 3f9125aaba
commit 03ae415d50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ module RubyVM::MJIT
verbose: [128, CType::Immediate.new(4)],
max_cache_size: [160, CType::Immediate.new(4)],
pause: [192, self._Bool],
pause: [200, self._Bool],
custom: [200, self._Bool],
)
end