Sync with trunk r58113.
[reactos.git] / drivers / bus / pcix / intrface / routintf.c
index d7b7b45..f7e5371 100644 (file)
@@ -54,7 +54,8 @@ routeintrf_Constructor(IN PVOID DeviceExtension,
 
     /* Not yet implemented */
     UNIMPLEMENTED;
-    while (TRUE);
+    ASSERT(FALSE); // while (TRUE);
+    return STATUS_NOT_IMPLEMENTED;
 }
 
 NTSTATUS