Changeset 20874 in vbox for trunk/src/VBox/VMM/VMMAll/REMAll.cpp
- Timestamp:
- Jun 24, 2009 2:19:29 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/REMAll.cpp
r20871 r20874 102 102 Assert(cFlushes++ != 128); 103 103 AssertFatal(cFlushes < _1M); 104 VMMRZCallRing3NoCpu(pVM, VMMCALL HOST_REM_REPLAY_HANDLER_NOTIFICATIONS, 0);104 VMMRZCallRing3NoCpu(pVM, VMMCALLRING3_REM_REPLAY_HANDLER_NOTIFICATIONS, 0); 105 105 idxFree = ASMAtomicUoReadU32(&pVM->rem.s.idxFreeList); 106 106 } while (idxFree == (uint32_t)-1); … … 227 227 228 228 /* Ok, we gotta flush them. */ 229 VMMRZCallRing3NoCpu(pVM, VMMCALL HOST_REM_REPLAY_HANDLER_NOTIFICATIONS, 0);229 VMMRZCallRing3NoCpu(pVM, VMMCALLRING3_REM_REPLAY_HANDLER_NOTIFICATIONS, 0); 230 230 } 231 231 #endif /* IN_RC */
Note:
See TracChangeset
for help on using the changeset viewer.