Changeset 18668 in vbox for trunk/src/VBox
- Timestamp:
- Apr 3, 2009 12:12:30 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp
r17425 r18668 793 793 hypervisorInfo->hypervisorSize); 794 794 LogRel(("Guest reported fixed hypervisor window at 0x%p (size = 0x%x, rc = %Rrc)\n", 795 hypervisorInfo->hypervisorStart,795 (uintptr_t)hypervisorInfo->hypervisorStart, 796 796 hypervisorInfo->hypervisorSize, 797 797 pRequestHeader->rc));
Note:
See TracChangeset
for help on using the changeset viewer.