update for HEAD-2003091401
[reactos.git] / hal / halx86 / adapter.c
index 10211f5..40f1c97 100644 (file)
@@ -89,7 +89,7 @@ IoFreeAdapterChannel (PADAPTER_OBJECT AdapterObject)
   if( AdapterObject->Inuse == FALSE )
     {
       DbgPrint( "Attempting to IoFreeAdapterChannel on a channel not in use\n" );
-      KeBugCheck(0);
+      KEBUGCHECK(0);
     }
   AdapterObject->Inuse = FALSE;
   if( AdapterObject->Buffer )