s390x seems like a 64bit architecture

This commit is contained in:
Takashi Kokubun 2022-09-04 23:22:51 -07:00
parent 3eca1e438d
commit 967fe334bb
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ if RubyVM::MJIT.enabled?
end
case RUBY_PLATFORM.split('-', 2).first
when 'x86_64', 'aarch64', 'arm64'
when 'x86_64', 'aarch64', 'arm64', 's390x'
require 'mjit/c_64'
else
require 'mjit/c_32'