- marked a few more CCMDs unsafe.

This commit is contained in:
Christoph Oelckers 2018-01-20 09:11:28 +01:00
commit 2720e36a2c
5 changed files with 7 additions and 7 deletions

View file

@ -674,7 +674,7 @@ UNSAFE_CCMD (error_fatal)
//==========================================================================
#if !defined(_WIN32) || !defined(_DEBUG)
CCMD (crashout)
UNSAFE_CCMD (crashout)
{
*(volatile int *)0 = 0;
}