engine: host: fix crash
This commit is contained in:
parent
6f2b559c5a
commit
077bc7323c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue