Skip to content

Commit

Permalink
fix freebsd build when libbacktrace is present
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Nov 14, 2024
1 parent 665e36a commit b813073
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2598,7 +2598,7 @@ void MosUtilities::MosTraceEvent(
MOS_FreeMemory(pTraceBuf);
}
}
#if Backtrace_FOUND
#if Backtrace_FOUND && defined(__linux__)
if (m_mosTraceFilter(TR_KEY_CALL_STACK))
{
// reserve space for header and stack size field.
Expand Down

0 comments on commit b813073

Please sign in to comment.