mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 12:04:51 +00:00
[NMIDEBUG]
Properly declare with FORCEINLINE svn path=/trunk/; revision=63150
This commit is contained in:
parent
43c58abe03
commit
984e312a11
1 changed files with 1 additions and 1 deletions
|
@ -15,8 +15,8 @@
|
|||
|
||||
PCHAR NmiBegin = "NMI4NMI@";
|
||||
|
||||
VOID
|
||||
FORCEINLINE
|
||||
VOID
|
||||
NmiClearFlag(VOID)
|
||||
{
|
||||
((PCHAR)&KiBugCheckData[4])[0] -= (NmiBegin[3] | NmiBegin[7]);
|
||||
|
|
Loading…
Reference in a new issue