diff --git a/runtime/vm/exceptions.cc b/runtime/vm/exceptions.cc index 41c46cfd5e1..aeb464002c0 100644 --- a/runtime/vm/exceptions.cc +++ b/runtime/vm/exceptions.cc @@ -631,9 +631,7 @@ void Exceptions::JumpToFrame(Thread* thread, // The shadow call stack register will be restored by the JumpToFrame stub. #endif - // TODO(b/209838275): Re-enable this once g3 build rules for gen_snapshot are - // working with TSAN. -#if 0 // defined(USING_THREAD_SANITIZER) +#if defined(USING_THREAD_SANITIZER) if (thread->exit_through_ffi() == Thread::kExitThroughRuntimeCall) { auto tsan_utils = thread->tsan_utils(); tsan_utils->exception_pc = program_counter;