summaryrefslogtreecommitdiffstats
path: root/loader/win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/win32.c')
-rw-r--r--loader/win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/win32.c b/loader/win32.c
index c3cda9a0c1..8a9218d8f7 100644
--- a/loader/win32.c
+++ b/loader/win32.c
@@ -934,7 +934,7 @@ static void WINAPI expGetSystemInfo(SYSTEM_INFO* si)
cachedsi.dwProcessorType = PROCESSOR_INTEL_486;
cachedsi.wProcessorLevel = 4;
}
- else if (gCpuCaps.cpuType > 5)
+ else if (gCpuCaps.cpuType >= 5)
{
cachedsi.dwProcessorType = PROCESSOR_INTEL_PENTIUM;
cachedsi.wProcessorLevel = 5;