2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-01-16 00:28:20 +03:00

Merge pull request #447 from In-line/patch-6

Add missing NOXREF and NOXREFCHECK to Host_Crash_f
This commit is contained in:
theAsmodai 2017-04-27 16:39:39 +03:00 committed by GitHub
commit 66fea521a8

View File

@ -2929,8 +2929,9 @@ void Host_VoiceRecordStop_f(void)
}
}
void Host_Crash_f(void)
NOXREF void Host_Crash_f(void)
{
NOXREFCHECK;
int *p = NULL;
*p = 0xffffffff;
}