diff options
Diffstat (limited to 'runtime/jit')
| -rw-r--r-- | runtime/jit/jit.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/jit/jit.cc b/runtime/jit/jit.cc index 5d4b9e8cc9..736729c606 100644 --- a/runtime/jit/jit.cc +++ b/runtime/jit/jit.cc @@ -332,7 +332,7 @@ void Jit::DeleteThreadPool() { } // When running sanitized, let all tasks finish to not leak. Otherwise just clear the queue. - if (!RUNNING_ON_MEMORY_TOOL) { + if (!kRunningOnMemoryTool) { pool->StopWorkers(self); pool->RemoveAllTasks(self); } |