Browse Source

engine: host: fix crash

pull/2/head
Alibek Omarov 5 years ago
parent
commit
077bc7323c
  1. 2
      engine/common/host.c

2
engine/common/host.c

@ -654,7 +654,7 @@ Host_Crash_f @@ -654,7 +654,7 @@ Host_Crash_f
*/
static void Host_Crash_f( void )
{
*(int *)0 = 0xffffffff;
*(volatile int *)0 = 0xffffffff;
}
/*

Loading…
Cancel
Save