1
0

Made the cDeadlockDetect class work in clang.

This commit is contained in:
madmaxoft 2013-11-05 22:33:44 +01:00
parent f0a2d49aca
commit c3caa66b70

View File

@ -139,7 +139,7 @@ void cDeadlockDetect::DeadlockDetected(void)
// TODO: Make a crashdump / coredump
// Crash the server intentionally:
*((int *)0) = 0;
*((volatile int *)0) = 0;
}