diff options
Diffstat (limited to 'compiler-rt/lib/tsan/rtl/tsan_rtl.cc')
| -rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_rtl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_rtl.cc b/compiler-rt/lib/tsan/rtl/tsan_rtl.cc index 4b805048226..c9ebcf7dd0e 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_rtl.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_rtl.cc @@ -31,8 +31,8 @@ extern "C" void __tsan_resume() { namespace __tsan { using namespace __sanitizer; -THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)] ALIGN(64); -static char ctx_placeholder[sizeof(Context)] ALIGN(64); +THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)] ALIGNED(64); +static char ctx_placeholder[sizeof(Context)] ALIGNED(64); static Context *ctx; Context *CTX() { |

