mac/hardware: cpu: Use ruby-macho's Intel constant

This commit is contained in:
William Woodruff 2020-06-22 21:56:39 -04:00
parent 287659c200
commit acbb213977
No known key found for this signature in database
GPG Key ID: 600D68320BE45ACC

View File

@ -9,7 +9,7 @@ module Hardware
# Look in <mach/machine.h> for decoding info.
def type
case sysctl_int("hw.cputype")
when 7
when MachO::Headers::CPU_TYPE_I386
:intel
when MachO::Headers::CPU_TYPE_ARM64
:arm