Skip to content

Commit bc5764e

Browse files
RaphaelIT7dimhotepus
authored andcommitted
[tier0] Fix a linux 64x vprof bug
1 parent 40dc04b commit bc5764e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/tier0/vprof.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ class DBG_CLASS CVProfile
545545
tchar *m_CounterNames[MAXCOUNTERS];
546546
int m_NumCounters;
547547

548-
unsigned m_TargetThreadId;
548+
ThreadId_t m_TargetThreadId;
549549

550550
StreamOut_t m_pOutputStream;
551551
};

0 commit comments

Comments
 (0)