From 3366c5a79b2b5565602991d09b2bc4277e16ee84 Mon Sep 17 00:00:00 2001 From: Timur Iskhodzhanov Date: Sat, 9 Nov 2013 15:01:23 +0000 Subject: Remove a FIXME now that I can't reproduce the problem git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@194331 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/sanitizer_common/sanitizer_win.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/sanitizer_common/sanitizer_win.cc') diff --git a/lib/sanitizer_common/sanitizer_win.cc b/lib/sanitizer_common/sanitizer_win.cc index 7d07a173..362c8c99 100644 --- a/lib/sanitizer_common/sanitizer_win.cc +++ b/lib/sanitizer_common/sanitizer_win.cc @@ -383,8 +383,6 @@ void StackTrace::SlowUnwindStack(uptr pc, uptr max_depth) { size = CaptureStackBackTrace(2, Min(max_depth, kStackTraceMax), (void**)trace, 0); // Skip the RTL frames by searching for the PC in the stacktrace. - // FIXME: this doesn't work well for the malloc/free stacks yet - consider - // adjusting the pc_threshold. uptr pc_location = LocatePcInTrace(pc); PopStackFrames(pc_location); } -- cgit v1.2.3