Changeset 7603 in vbox
- Timestamp:
- Mar 27, 2008 5:58:07 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/IOM.cpp
r7600 r7603 392 392 PIOMMMIOSTATS iomR3MMIOStatsCreate(PVM pVM, RTGCPHYS GCPhys, const char *pszDesc) 393 393 { 394 #ifdef DEBUG_sandervl 394 395 AssertGCPhys32(GCPhys); 396 #endif 395 397 /* check if it already exists. */ 396 398 PIOMMMIOSTATS pStats = (PIOMMMIOSTATS)RTAvloGCPhysGet(&pVM->iom.s.pTreesHC->MMIOStatTree, GCPhys);
Note:
See TracChangeset
for help on using the changeset viewer.