Skip to content

Commit 38c684b

Browse files
committed
Fix per-line counters
1 parent ec519bf commit 38c684b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/profiler/symbolinfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ const std::wstring SymbolInfo::getProcForAddr(PROFILER_ADDR addr,
323323
//------------------------------------------------------------------------
324324
//lookup proc file and line num
325325
//------------------------------------------------------------------------
326-
getLineForAddr((PROFILER_ADDR)symbol_info->Address, procfilepath_out, proclinenum_out);
326+
getLineForAddr(addr, procfilepath_out, proclinenum_out);
327327

328328
return symbol_info->Name;
329329
}

0 commit comments

Comments
 (0)