Temporarly disable a correct bugcheck in order to hide a ReactOS bug, now that the bug is in bugzilla/ML Modified: trunk/reactos/ntoskrnl/ke/i386/usercall_asm.S _____
Modified: trunk/reactos/ntoskrnl/ke/i386/usercall_asm.S --- trunk/reactos/ntoskrnl/ke/i386/usercall_asm.S 2006-01-12 18:56:21 UTC (rev 20810) +++ trunk/reactos/ntoskrnl/ke/i386/usercall_asm.S 2006-01-12 19:32:43 UTC (rev 20811) @@ -87,6 +87,7 @@
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 @@ push 0 push APC_INDEX_MISMATCH call _KeBugCheckEx@20 - +#endif ApcsEnabled: #endif