Fix compile warning

This commit is contained in:
NepDisk 2025-11-30 18:25:03 -05:00
parent dfc1981854
commit b58ca4ea7b

View file

@ -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);