This commit is contained in:
Steve Checkoway
2005-10-31 21:28:53 +00:00
parent 6a7cf6be38
commit 4df02ed98d
8 changed files with 47 additions and 59 deletions
@@ -23,7 +23,7 @@ uint64_t GetCurrentThreadId()
bool GetThreadBacktraceContext( uint64_t iID, BacktraceContext *ctx )
{
/* Can't GetThreadBacktraceContext the current thread. */
ASSERT(iID != GetCurrentThreadId());
ASSERT( iID != GetCurrentThreadId() );
SuspendThread( iID );