X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=hal%2Fhalx86%2Fadapter.c;h=40f1c970ad944f43c4b45dbada9ba31355a24df2;hb=HEAD;hp=10211f5a5d5722376a5253a5e9bfd80ba30e0f04;hpb=1334f77b1ecef00ac31076ce6bf22bdfeb82d347;p=reactos.git diff --git a/hal/halx86/adapter.c b/hal/halx86/adapter.c index 10211f5..40f1c97 100644 --- a/hal/halx86/adapter.c +++ b/hal/halx86/adapter.c @@ -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 )