Skip to content

Commit dfd9285

Browse files
Use digit separators
Co-authored-by: Hubert Tong <[email protected]>
1 parent 1c4588d commit dfd9285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_platform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320

321321
// The first address that can be returned by mmap.
322322
#if SANITIZER_AIX && SANITIZER_WORDSIZE == 64
323-
# define SANITIZER_MMAP_BEGIN 0x0a00000000000000ULL
323+
# define SANITIZER_MMAP_BEGIN 0x0a00'0000'0000'0000ULL
324324
#else
325325
# define SANITIZER_MMAP_BEGIN 0
326326
#endif

0 commit comments

Comments
 (0)