mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OpenCoreKernel: Fix EM64T check
This commit is contained in:
parent
1eaab9ad75
commit
6ba372fe50
@ -126,7 +126,7 @@ OcKernelConfigureCapabilities (
|
||||
// In automatic mode, if we do not support SSSE3 and can downgrade to U32, do it.
|
||||
//
|
||||
if (RequestedArch == 0
|
||||
&& (mOcCpuInfo->ExtFeatures & CPUID_EXTFEATURE_EM64T) == 0
|
||||
&& (mOcCpuInfo->ExtFeatures & CPUID_EXTFEATURE_EM64T) != 0
|
||||
&& (mOcCpuInfo->Features & CPUID_FEATURE_SSSE3) == 0
|
||||
&& (Capabilities & OC_KERN_CAPABILITY_K32_U32) != 0
|
||||
&& (Capabilities & OC_KERN_CAPABILITY_K32_K64_U64) != 0) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user