From b384b5adb014960c371b1d0c2d01b96e2177a682 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Thu, 12 Jan 2006 19:32:43 +0000 Subject: [PATCH] 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 --- reactos/ntoskrnl/ke/i386/usercall_asm.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/ke/i386/usercall_asm.S b/reactos/ntoskrnl/ke/i386/usercall_asm.S index f20e70ef87b..c957af794be 100644 --- a/reactos/ntoskrnl/ke/i386/usercall_asm.S +++ b/reactos/ntoskrnl/ke/i386/usercall_asm.S @@ -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