[PATCH] D41570: COFF: fix IMAGE_FILE_MACHINE_AM33

Martell Malone via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 24 22:29:41 PST 2017


martell created this revision.
martell added reviewers: rnk, compnerd, ruiu.

Repository:
  rL LLVM

https://reviews.llvm.org/D41570

Files:
  include/llvm/BinaryFormat/COFF.h


Index: include/llvm/BinaryFormat/COFF.h
===================================================================
--- include/llvm/BinaryFormat/COFF.h
+++ include/llvm/BinaryFormat/COFF.h
@@ -95,7 +95,7 @@
   MT_Invalid = 0xffff,
 
   IMAGE_FILE_MACHINE_UNKNOWN = 0x0,
-  IMAGE_FILE_MACHINE_AM33 = 0x13,
+  IMAGE_FILE_MACHINE_AM33 = 0x1D3,
   IMAGE_FILE_MACHINE_AMD64 = 0x8664,
   IMAGE_FILE_MACHINE_ARM = 0x1C0,
   IMAGE_FILE_MACHINE_ARMNT = 0x1C4,


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41570.128125.patch
Type: text/x-patch
Size: 444 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171225/4fa4f709/attachment.bin>


More information about the llvm-commits mailing list