mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user