diff options
| -rw-r--r-- | compiler-rt/lib/sanitizer_common/sanitizer_libc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_libc.cc b/compiler-rt/lib/sanitizer_common/sanitizer_libc.cc index 5fa476a46d1..49c9cd15194 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_libc.cc +++ b/compiler-rt/lib/sanitizer_common/sanitizer_libc.cc @@ -18,7 +18,7 @@ namespace __sanitizer { // Make the compiler think that something is going on there. static inline void break_optimization(void *arg) { -#ifdef SANITIZER_WINDOWS +#if SANITIZER_WINDOWS // FIXME: make sure this is actually enough. __asm; #else |

