mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 09:53:04 +00:00
- Add assert for testing
- CORE-6676 svn path=/trunk/; revision=57795
This commit is contained in:
parent
8fc6607c24
commit
2b659122ba
1 changed files with 3 additions and 0 deletions
|
@ -1020,6 +1020,9 @@ CUSBRequest::BuildBulkInterruptTransferDescriptor(
|
||||||
{
|
{
|
||||||
// get buffer base
|
// get buffer base
|
||||||
m_Base = MmGetMdlVirtualAddress(m_TransferBufferMDL);
|
m_Base = MmGetMdlVirtualAddress(m_TransferBufferMDL);
|
||||||
|
|
||||||
|
// sanity check
|
||||||
|
ASSERT(m_Base != NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
// get new buffer offset
|
// get new buffer offset
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue