mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Temporarly disable a correct bugcheck in order to hide a ReactOS bug, now that the bug is in bugzilla/ML
svn path=/trunk/; revision=20811
This commit is contained in:
parent
57fdde9558
commit
b384b5adb0
1 changed files with 2 additions and 1 deletions
|
@ -87,6 +87,7 @@ _KiCallUserMode@8:
|
||||||
|
|
||||||
AtPassive:
|
AtPassive:
|
||||||
|
|
||||||
|
#if 0
|
||||||
/* Make sure that we are not attached and that APCs are not disabled */
|
/* Make sure that we are not attached and that APCs are not disabled */
|
||||||
movzx eax, byte ptr [ebx+KTHREAD_APC_STATE_INDEX]
|
movzx eax, byte ptr [ebx+KTHREAD_APC_STATE_INDEX]
|
||||||
mov edx, [ebx+KTHREAD_COMBINED_APC_DISABLE]
|
mov edx, [ebx+KTHREAD_COMBINED_APC_DISABLE]
|
||||||
|
@ -103,7 +104,7 @@ InvalidIndex:
|
||||||
push 0
|
push 0
|
||||||
push APC_INDEX_MISMATCH
|
push APC_INDEX_MISMATCH
|
||||||
call _KeBugCheckEx@20
|
call _KeBugCheckEx@20
|
||||||
|
#endif
|
||||||
ApcsEnabled:
|
ApcsEnabled:
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue