mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-29 16:24:16 +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 )
|
static void Host_Crash_f( void )
|
||||||
{
|
{
|
||||||
*(int *)0 = 0xffffffff;
|
*(volatile int *)0 = 0xffffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user