From b7fc25cc94ab79c4c225aeb028e12b83f3c3ef4e Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 20 May 2003 17:06:00 +0000 Subject: 10l by me, noticed by a guy with a transmeta cpu, but forgot his name, sorry git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10140 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader') 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; -- cgit v1.2.3