Fix compile warning
This commit is contained in:
parent
dfc1981854
commit
b58ca4ea7b
1 changed files with 1 additions and 1 deletions
|
|
@ -2125,7 +2125,7 @@ FUNCIERROR void ATTRNORETURN I_Error(const char *error, ...)
|
|||
W_Shutdown();
|
||||
|
||||
#if defined (PARANOIA) || defined (DEVELOP)
|
||||
*(INT32 *)0 = 4; //Alam: Debug!
|
||||
*(volatile INT32 *)0 = 4; //Alam: Debug!
|
||||
#endif
|
||||
|
||||
exit(-1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue