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 10c6031 commit 1c4588dCopy full SHA for 1c4588d
compiler-rt/lib/sanitizer_common/sanitizer_platform.h
@@ -320,9 +320,9 @@
320
321
// The first address that can be returned by mmap.
322
#if SANITIZER_AIX && SANITIZER_WORDSIZE == 64
323
-# define SANITIZER_MMAP_BEGIN 0x0a00000000000000ULL
+# define SANITIZER_MMAP_BEGIN 0x0a00000000000000ULL
324
#else
325
-# define SANITIZER_MMAP_BEGIN 0
+# define SANITIZER_MMAP_BEGIN 0
326
#endif
327
328
// The range of addresses which can be returned my mmap.
0 commit comments