VirtualBox

Changeset 21148 in vbox for trunk


Ignore:
Timestamp:
Jul 2, 2009 8:31:01 AM (16 years ago)
Author:
vboxsync
Message:

Added assertion for @todo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDMQueue.cpp

    r21141 r21148  
    823823    VM_ASSERT_EMT(pVM);
    824824
     825    /** @todo This will clash with PDMR3QueueFlushAll (guest SMP)! */
     826    Assert(!(pVM->pdm.s.fQueueFlushing & PDM_QUEUE_FLUSH_FLAG_ACTIVE_BIT));
     827
    825828    /*
    826829     * Flush the queue.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette