Changeset 11642 in vbox for trunk/src/VBox/Additions/linux/module/vboxmod.c
- Timestamp:
- Aug 26, 2008 7:37:36 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/module/vboxmod.c
r11174 r11642 732 732 { 733 733 /* communicate result to VMM, align at 4MB */ 734 req->hypervisorStart = ( vmmDevHypPtr)RT_ALIGN_P(hypervisorArea, 0x400000);734 req->hypervisorStart = (VMMDEVHYPPTR32)RT_ALIGN_P(hypervisorArea, 0x400000); 735 735 req->header.requestType = VMMDevReq_SetHypervisorInfo; 736 736 req->header.rc = VERR_GENERAL_FAILURE;
Note:
See TracChangeset
for help on using the changeset viewer.