We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9958b1c commit 5886a27Copy full SHA for 5886a27
compiler-rt/lib/tsan/rtl/tsan_platform.h
@@ -721,7 +721,7 @@ struct MappingGoRiscv64_48 {
721
static const uptr kShadowBeg = 0x200000000000ull;
722
static const uptr kShadowEnd = 0x240000000000ull;
723
static const uptr kLoAppMemBeg = 0x000000010000ull;
724
- static const uptr kLoAppMemEnd = 0x000e00000000ull;
+ static const uptr kLoAppMemEnd = 0x00e000000000ull;
725
static const uptr kMidAppMemBeg = 0;
726
static const uptr kMidAppMemEnd = 0;
727
static const uptr kHiAppMemBeg = 0;
0 commit comments