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:
Alex Ionescu 2006-01-12 19:32:43 +00:00
parent 57fdde9558
commit b384b5adb0

View file

@ -87,6 +87,7 @@ _KiCallUserMode@8:
AtPassive:
#if 0
/* Make sure that we are not attached and that APCs are not disabled */
movzx eax, byte ptr [ebx+KTHREAD_APC_STATE_INDEX]
mov edx, [ebx+KTHREAD_COMBINED_APC_DISABLE]
@ -103,7 +104,7 @@ InvalidIndex:
push 0
push APC_INDEX_MISMATCH
call _KeBugCheckEx@20
#endif
ApcsEnabled:
#endif