Changeset 26504 in vbox for trunk/src/VBox/Additions/common/VBoxGuest
- Timestamp:
- Feb 14, 2010 9:08:42 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57675
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r26358 r26504 157 157 pDevExt->hGuestMappings = hFictive != NIL_RTR0MEMOBJ ? hFictive : hObj; 158 158 Log(("VBoxGuest: %p LB %#x; uAlignment=%#x iTry=%u hGuestMappings=%p (%s)\n", 159 160 161 159 RTR0MemObjAddress(pDevExt->hGuestMappings), 160 RTR0MemObjSize(pDevExt->hGuestMappings), 161 uAlignment, iTry, pDevExt->hGuestMappings, hFictive != NIL_RTR0PTR ? "fictive" : "reservation")); 162 162 break; 163 163 }
Note:
See TracChangeset
for help on using the changeset viewer.