Author: nextgens
Date: 2006-01-31 13:17:21 +0000 (Tue, 31 Jan 2006)
New Revision: 7970

Modified:
   trunk/freenet/src/freenet/support/CPUInformation/CPUID.java
Log:
would have been a regression

Modified: trunk/freenet/src/freenet/support/CPUInformation/CPUID.java
===================================================================
--- trunk/freenet/src/freenet/support/CPUInformation/CPUID.java 2006-01-31 
12:57:38 UTC (rev 7969)
+++ trunk/freenet/src/freenet/support/CPUInformation/CPUID.java 2006-01-31 
13:17:21 UTC (rev 7970)
@@ -33,7 +33,7 @@
      * it easier for other systems to reuse this class
      */
     private static final boolean _doLog = true;
-    private static final boolean isX86 = 
System.getProperty("os.arch").toLowerCase().matches("(i?[x0-9]86|amd64)");
+    private static final boolean isX86 = 
System.getProperty("os.arch").toLowerCase().matches("(i?[x0-9]86(_64)?|amd64)");

        static
        {


Reply via email to