forked from OSchip/llvm-project
[MemorySanitizer] [MIPS] Changed memory mapping to support pie executable.
Reviewed by eugenis Differential: D22994 llvm-svn: 278795
This commit is contained in:
parent
cc316f013a
commit
e311740bde
|
@ -242,8 +242,8 @@ static const MemoryMapParams Linux_X86_64_MemoryMapParams = {
|
|||
|
||||
// mips64 Linux
|
||||
static const MemoryMapParams Linux_MIPS64_MemoryMapParams = {
|
||||
0x004000000000, // AndMask
|
||||
0, // XorMask (not used)
|
||||
0, // AndMask (not used)
|
||||
0x008000000000, // XorMask
|
||||
0, // ShadowBase (not used)
|
||||
0x002000000000, // OriginBase
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue