- Timestamp:
- Jul 9, 2008 12:26:37 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r10205 r10411 3024 3024 } 3025 3025 3026 /* Replays the handler notification changes. */ 3027 if (VM_FF_ISSET(pVM, VM_FF_REM_HANDLER_NOTIFY)) 3028 REMR3ReplayHandlerNotifications(pVM); 3029 3026 3030 /* 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))); 3028 3032 } 3029 3033
Note:
See TracChangeset
for help on using the changeset viewer.