We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906698d commit 5449091Copy full SHA for 5449091
Core/Libraries/Source/profile/profile_funclevel.cpp
@@ -611,7 +611,7 @@ unsigned ProfileFuncLevel::Id::GetAddress(void) const
611
unsigned ProfileFuncLevel::Id::GetLine(void) const
612
{
613
if (!m_funcPtr)
614
- return nullptr;
+ return 0;
615
ProfileFuncLevelTracer::Function *func=(ProfileFuncLevelTracer::Function *)m_funcPtr;
616
if (!func->funcSource)
617
GetSource();
0 commit comments