ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.Core/ProcessorAssemblyArchitecture.cs
(Generate patch)

Comparing trunk/RomCheater.Core/ProcessorAssemblyArchitecture.cs (file contents):
Revision 118 by william, Thu May 10 18:25:36 2012 UTC vs.
Revision 119 by william, Thu May 10 18:34:26 2012 UTC

--- trunk/RomCheater.Core/ProcessorAssemblyArchitecture.cs	2012/05/10 18:25:36	118
+++ trunk/RomCheater.Core/ProcessorAssemblyArchitecture.cs	2012/05/10 18:34:26	119
@@ -38,7 +38,7 @@ namespace System.Reflection
         public const string Amd64 = "Amd64";
         public const string Ia64 = "Ia64";
         public const string AnyCpu = "AnyCpu";
-        public const string Msil = "Msil";
+        public const string Msil = AnyCpu;
         #endregion
 
         public static string GetProcessorArchitecture(Assembly t)