mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Add constants for optional header magic field.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199972 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a1f7c26cc8
commit
da89d6acf4
@ -451,6 +451,11 @@ namespace COFF {
|
||||
};
|
||||
|
||||
struct PEHeader {
|
||||
enum {
|
||||
PE32 = 0x10b,
|
||||
PE32_PLUS = 0x20b
|
||||
};
|
||||
|
||||
uint16_t Magic;
|
||||
uint8_t MajorLinkerVersion;
|
||||
uint8_t MinorLinkerVersion;
|
||||
|
Loading…
x
Reference in New Issue
Block a user