mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
[Object/COFF] BaseOfData field should be absent in PE32+.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183534 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
62ed8d3e35
commit
2e2630b462
@ -105,7 +105,6 @@ struct pe32plus_header {
|
||||
support::ulittle32_t SizeOfUninitializedData;
|
||||
support::ulittle32_t AddressOfEntryPoint;
|
||||
support::ulittle32_t BaseOfCode;
|
||||
support::ulittle32_t BaseOfData;
|
||||
support::ulittle64_t ImageBase;
|
||||
support::ulittle32_t SectionAlignment;
|
||||
support::ulittle32_t FileAlignment;
|
||||
|
Loading…
Reference in New Issue
Block a user