mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
engine: host: fix crash
This commit is contained in:
parent
6f2b559c5a
commit
077bc7323c
@ -654,7 +654,7 @@ Host_Crash_f
|
||||
*/
|
||||
static void Host_Crash_f( void )
|
||||
{
|
||||
*(int *)0 = 0xffffffff;
|
||||
*(volatile int *)0 = 0xffffffff;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user