summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/asan/asan_thread.h')
-rw-r--r--compiler-rt/lib/asan/asan_thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/asan_thread.h b/compiler-rt/lib/asan/asan_thread.h
index 7b9cac9890e..47585a3fc32 100644
--- a/compiler-rt/lib/asan/asan_thread.h
+++ b/compiler-rt/lib/asan/asan_thread.h
@@ -45,7 +45,7 @@ class AsanThreadSummary {
if (!announced_) {
announced_ = true;
Printf("Thread T%d created by T%d here:\n", tid_, parent_tid_);
- stack_.PrintStack();
+ PrintStack(&stack_);
}
}
u32 tid() { return tid_; }
OpenPOWER on IntegriCloud