Skip to content

Commit

Permalink
Fix per-line counters
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Dec 23, 2014
1 parent ec519bf commit 38c684b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profiler/symbolinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ const std::wstring SymbolInfo::getProcForAddr(PROFILER_ADDR addr,
//------------------------------------------------------------------------
//lookup proc file and line num
//------------------------------------------------------------------------
getLineForAddr((PROFILER_ADDR)symbol_info->Address, procfilepath_out, proclinenum_out);
getLineForAddr(addr, procfilepath_out, proclinenum_out);

return symbol_info->Name;
}
Expand Down

0 comments on commit 38c684b

Please sign in to comment.