mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 05:11:51 +08:00
engine: host: fix crash
This commit is contained in:
@@ -654,7 +654,7 @@ Host_Crash_f
|
||||
*/
|
||||
static void Host_Crash_f( void )
|
||||
{
|
||||
*(int *)0 = 0xffffffff;
|
||||
*(volatile int *)0 = 0xffffffff;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user