Changeset 22069 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Aug 7, 2009 1:18:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp
r22052 r22069 619 619 if (pMemDesc) 620 620 { 621 Assert(Phys == pMemDesc->getPhysicalAddress()); 621 #ifdef __LP64__ /* Grumble! */ 622 Assert(Phys == pMemDesc->getPhysicalSegment(0, 0)); 623 #else 624 Assert(Phys == pMemDesc->getPhysicalSegment64(0, 0)); 625 #endif 622 626 623 627 /*
Note:
See TracChangeset
for help on using the changeset viewer.