VirtualBox

Changeset 10411 in vbox for trunk/src


Ignore:
Timestamp:
Jul 9, 2008 12:26:37 PM (17 years ago)
Author:
vboxsync
Message:

Missing change

File:
1 edited

Legend:

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

    r10205 r10411  
    30243024        }
    30253025
     3026        /* Replays the handler notification changes. */
     3027        if (VM_FF_ISSET(pVM, VM_FF_REM_HANDLER_NOTIFY))
     3028            REMR3ReplayHandlerNotifications(pVM);
     3029
    30263030        /* check that we got them all  */
    3027         Assert(!(VM_FF_NORMAL_PRIORITY_MASK & ~(VM_FF_REQUEST | VM_FF_PDM_QUEUES | VM_FF_PDM_DMA)));
     3031        Assert(!(VM_FF_NORMAL_PRIORITY_MASK & ~(VM_FF_REQUEST | VM_FF_PDM_QUEUES | VM_FF_PDM_DMA | VM_FF_REM_HANDLER_NOTIFY)));
    30283032    }
    30293033
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