mirror of
https://github.com/rehlds/ReHLDS.git
synced 2025-08-21 05:59:32 +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:
commit
66fea521a8
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue