mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Change an infinite loop to an assert to simplify debugging
svn path=/trunk/; revision=34979
This commit is contained in:
@@ -281,7 +281,7 @@ KeConnectInterrupt(IN PKINTERRUPT Interrupt)
|
||||
(Dispatch.Interrupt->Mode == Interrupt->Mode))
|
||||
{
|
||||
/* The vector is shared and the interrupts are compatible */
|
||||
while (TRUE); // FIXME: NOT YET SUPPORTED/TESTED
|
||||
ASSERT(FALSE); // FIXME: NOT YET SUPPORTED/TESTED
|
||||
Interrupt->Connected = Connected = TRUE;
|
||||
ASSERT(Irql <= SYNCH_LEVEL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user