1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Use libbacktrace on BSD.

This commit is contained in:
Bartosz Taudul
2019-11-21 19:50:46 +01:00
parent bf778e2989
commit c7a22cc1ff
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ static tracy_force_inline void* Callstack( int depth )
return trace;
}
#elif TRACY_HAS_CALLSTACK == 3 || TRACY_HAS_CALLSTACK == 4
#elif TRACY_HAS_CALLSTACK == 3 || TRACY_HAS_CALLSTACK == 4 || TRACY_HAS_CALLSTACK == 6
static tracy_force_inline void* Callstack( int depth )
{