mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Add assert for testing
- CORE-6676 svn path=/trunk/; revision=57795
This commit is contained in:
@@ -1020,6 +1020,9 @@ CUSBRequest::BuildBulkInterruptTransferDescriptor(
|
||||
{
|
||||
// get buffer base
|
||||
m_Base = MmGetMdlVirtualAddress(m_TransferBufferMDL);
|
||||
|
||||
// sanity check
|
||||
ASSERT(m_Base != NULL);
|
||||
}
|
||||
|
||||
// get new buffer offset
|
||||
|
||||
Reference in New Issue
Block a user