mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-24 21:00:36 +00:00
Unbreak 32-bit build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362827 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7a94d4e4e4
commit
b182b22618
@ -889,7 +889,7 @@ private:
|
||||
|
||||
const ELFFile<ELFT> &ElfFile;
|
||||
Object &Obj;
|
||||
uint64_t EhdrOffset = 0;
|
||||
size_t EhdrOffset = 0;
|
||||
Optional<StringRef> ExtractPartition;
|
||||
|
||||
void setParentSegment(Segment &Child);
|
||||
|
Loading…
x
Reference in New Issue
Block a user