[ros-diffs] [ion] 20811: Temporarly disable a correct bugcheck in order to hide a ReactOS bug, now that the bug is in bugzilla/ML

ion at svn.reactos.org ion at svn.reactos.org
Thu Jan 12 20:32:57 CET 2006


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 at 20
-
+#endif
 ApcsEnabled:
 #endif
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20060112/8272ea73/attachment.html


More information about the Ros-diffs mailing list