Fixed handling of exceptions in memory read/write functions, moved ASSERT(0) to the right place.

svn path=/trunk/; revision=11898
This commit is contained in:
Gregor Anich
2004-12-02 01:33:02 +00:00
parent 78b654db33
commit bfbb47d39e
+4 -3
View File
@@ -1410,11 +1410,12 @@ KdEnterDebuggerException(PEXCEPTION_RECORD ExceptionRecord,
/* reply to the request */
GspPutPacket (&GspOutBuffer[0]);
}
/* not reached */
ASSERT(0);
}
/* not reached */
ASSERT(0);
return kdHandleException;
return kdDoNotHandleException;
}