mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
ifndef NDEBUG-out an asserts-only constant committed in r190863
llvm-svn: 190905
This commit is contained in:
parent
e36237bda3
commit
8914db31b9
@ -93,7 +93,9 @@ static const int kAsanStackLeftRedzoneMagic = 0xf1;
|
||||
static const int kAsanStackMidRedzoneMagic = 0xf2;
|
||||
static const int kAsanStackRightRedzoneMagic = 0xf3;
|
||||
static const int kAsanStackPartialRedzoneMagic = 0xf4;
|
||||
#ifndef NDEBUG
|
||||
static const int kAsanStackAfterReturnMagic = 0xf5;
|
||||
#endif
|
||||
|
||||
// Accesses sizes are powers of two: 1, 2, 4, 8, 16.
|
||||
static const size_t kNumberOfAccessSizes = 5;
|
||||
|
Loading…
x
Reference in New Issue
Block a user