- marked a few more CCMDs unsafe.
This commit is contained in:
parent
4cf5977b56
commit
2720e36a2c
5 changed files with 7 additions and 7 deletions
|
|
@ -674,7 +674,7 @@ UNSAFE_CCMD (error_fatal)
|
|||
//==========================================================================
|
||||
|
||||
#if !defined(_WIN32) || !defined(_DEBUG)
|
||||
CCMD (crashout)
|
||||
UNSAFE_CCMD (crashout)
|
||||
{
|
||||
*(volatile int *)0 = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue