Skip to content
This repository has been archived by the owner on Jan 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #57 from dotnet-bot/from-tfs
Browse files Browse the repository at this point in the history
Merge changes from TFS
  • Loading branch information
nguerrera authored Mar 6, 2018
2 parents f3d2aa9 + fe4b977 commit 8b7c7c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CoreObjectModel/MetadataModel/Units.cs
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,10 @@ public enum Machine : ushort {
/// </summary>
M32R = 0x9041,
/// <summary>
/// ARM64 Little-Endian
/// </summary>
ARM64 = 0xAA64,
/// <summary>
/// CEE
/// </summary>
CEE = 0xC0EE,
Expand Down

0 comments on commit 8b7c7c7

Please sign in to comment.