Sync with trunk r58113.
[reactos.git] / drivers / bus / pcix / intrface / locintrf.c
index f2ca179..814d69e 100644 (file)
@@ -49,7 +49,8 @@ locintrf_Constructor(IN PVOID DeviceExtension,
 {
     /* Not yet implemented */
     UNIMPLEMENTED;
-    while (TRUE);
+    ASSERT(FALSE); // while (TRUE);
+    return STATUS_NOT_IMPLEMENTED;
 }
 
 /* EOF */