Changeset 5476 in vbox for trunk/src/VBox/Devices/VMMDev
- Timestamp:
- Oct 24, 2007 9:24:56 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp
r5474 r5476 492 492 { 493 493 uint32_t size = pGuestParm->u.Pointer.size; 494 /* RTGCPHYS physAddr = pGuestParm->u.Pointer.u.physAddr; */494 RTGCPHYS physAddr = pGuestParm->u.Pointer.u.physAddr; 495 495 496 496 pHostParm->type = VBOX_HGCM_SVC_PARM_PTR;
Note:
See TracChangeset
for help on using the changeset viewer.