mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 21:18:19 +00:00
MC: Add partial x86-64 support to COFF.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111728 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -50,7 +50,7 @@ namespace COFF {
|
||||
|
||||
enum MachineTypes {
|
||||
IMAGE_FILE_MACHINE_I386 = 0x14C,
|
||||
IMAGINE_FILE_MACHINE_AMD64 = 0x8664
|
||||
IMAGE_FILE_MACHINE_AMD64 = 0x8664
|
||||
};
|
||||
|
||||
struct symbol {
|
||||
|
||||
Reference in New Issue
Block a user