diff options
author | Jan Kotas <jkotas@microsoft.com> | 2015-10-30 15:44:53 -0700 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2015-10-30 15:44:53 -0700 |
commit | ef310df65c764604bb1a78b0cd1a8fb0419af1c1 (patch) | |
tree | a9d7d0a2882c21358b67ad11b2ee55cbd7818c46 /src/zap | |
parent | 828592485cc48f90649f49ef9a303cc04004abbc (diff) | |
parent | 28c4854d78f02ee2c92ea536c3c29f4433865869 (diff) | |
download | coreclr-ef310df65c764604bb1a78b0cd1a8fb0419af1c1.tar.gz coreclr-ef310df65c764604bb1a78b0cd1a8fb0419af1c1.tar.bz2 coreclr-ef310df65c764604bb1a78b0cd1a8fb0419af1c1.zip |
Merge pull request #1888 from JohnChen0/master
Modify Platform ID of Linux NIs (issue #1035)
Diffstat (limited to 'src/zap')
-rw-r--r-- | src/zap/zapwriter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zap/zapwriter.h b/src/zap/zapwriter.h index 594ac5b418..4a5f53a083 100644 --- a/src/zap/zapwriter.h +++ b/src/zap/zapwriter.h @@ -330,7 +330,7 @@ class ZapWriter : public IStream USHORT GetMachine() { - return IMAGE_FILE_MACHINE_NATIVE; + return IMAGE_FILE_MACHINE_NATIVE_NI; } void SaveDosHeader(); |