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

Expose GetModuleName() outside TracyCallstack.cpp.

This commit is contained in:
Bartosz Taudul
2021-11-25 21:56:13 +01:00
parent 2bd1e5bca7
commit 1ed174c1b6
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ const char* DecodeCallstackPtrFast( uint64_t ptr )
return ret;
}
static const char* GetModuleName( uint64_t addr )
const char* GetModuleName( uint64_t addr )
{
if( ( addr >> 63 ) != 0 )
{