changeset 10139:8ac4502b7b3d

10l by me, noticed by a guy with a transmeta cpu, but forgot his name, sorry
author alex
date Tue, 20 May 2003 17:06:00 +0000
parents 5e286cc6ad21
children 30cad6ad9dbc
files loader/win32.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/loader/win32.c	Tue May 20 16:48:05 2003 +0000
+++ b/loader/win32.c	Tue May 20 17:06:00 2003 +0000
@@ -934,7 +934,7 @@
 	        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;