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

# Line 38 | Line 38 | namespace System.Reflection
38          public const string Amd64 = "Amd64";
39          public const string Ia64 = "Ia64";
40          public const string AnyCpu = "AnyCpu";
41 <        public const string Msil = "Msil";
41 >        public const string Msil = AnyCpu;
42          #endregion
43  
44          public static string GetProcessorArchitecture(Assembly t)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines