mirror of
https://github.com/reactos/reactos.git
synced 2026-06-20 03:17:20 +08:00
[NMIDEBUG] Do not take the msvc codepath in NmiClearFlag(). CORE-11799 (#94)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user