Changeset 57567 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Aug 27, 2015 2:09:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GMMR0.cpp
r57358 r57567 4484 4484 { 4485 4485 void *pvTest = RTAvlGCPtrRemove(&pGVM->gmm.s.pSharedModuleTree, pRecVM->Core.Key); 4486 Assert(pvTest == &pRecVM->Core); 4486 Assert(pvTest == &pRecVM->Core); NOREF(pvTest); 4487 4487 } 4488 4488
Note:
See TracChangeset
for help on using the changeset viewer.