Fix OS X compile.
This commit is contained in:
@@ -372,7 +372,7 @@ void ForceCrashHandlerDeadlock( CString reason, uint64_t iID )
|
|||||||
* being paused, weird stuff happening to the TTY, or kernel hung processes.
|
* being paused, weird stuff happening to the TTY, or kernel hung processes.
|
||||||
* We just hope that we backtrace in time (which we almost always do). */
|
* We just hope that we backtrace in time (which we almost always do). */
|
||||||
#if defined(DARWIN)
|
#if defined(DARWIN)
|
||||||
SuspendThread(iCrashHandle);
|
SuspendThread(iID);
|
||||||
#endif
|
#endif
|
||||||
CrashData crash;
|
CrashData crash;
|
||||||
memset( &crash, 0, sizeof(crash) );
|
memset( &crash, 0, sizeof(crash) );
|
||||||
|
|||||||
Reference in New Issue
Block a user