mirror of
https://github.com/wolfpld/tracy
synced 2025-01-15 11:57:59 +00:00
Compare commits
2 Commits
7fbf796ecb
...
d90758e92d
Author | SHA1 | Date | |
---|---|---|---|
|
d90758e92d | ||
|
5670493757 |
@ -341,7 +341,7 @@ CallstackEntryData DecodeCallstackPtr( uint64_t ptr )
|
||||
#if !defined TRACY_NO_CALLSTACK_INLINES
|
||||
BOOL doInline = FALSE;
|
||||
DWORD ctx = 0;
|
||||
DWORD inlineNum;
|
||||
DWORD inlineNum = 0;
|
||||
if( _SymAddrIncludeInlineTrace )
|
||||
{
|
||||
inlineNum = _SymAddrIncludeInlineTrace( proc, ptr );
|
||||
|
Loading…
Reference in New Issue
Block a user