mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[NMIDEBUG] Do not take the msvc codepath in NmiClearFlag(). CORE-11799 (#94)
This commit is contained in:
parent
fe6d46f86e
commit
cfe0f7f714
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ NmiClearFlag(VOID)
|
|||
((PCHAR)&KiBugCheckData[4])[0] -= (NmiBegin[3] | NmiBegin[7]);
|
||||
((PCHAR)&KiBugCheckData[4])[3] |= 1;
|
||||
#ifdef _M_IX86
|
||||
#ifdef _MSC_VER
|
||||
#if defined(_MSC_VER) && !defined(__clang__)
|
||||
__asm
|
||||
{
|
||||
rcr KiBugCheckData[4], 8
|
||||
|
|
Loading…
Reference in a new issue