Changeset 13774 in vbox for trunk/src/VBox/Additions/linux/module
- Timestamp:
- Nov 4, 2008 8:31:33 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/module/vboxmod.c
r13319 r13774 751 751 { 752 752 /* communicate result to VMM, align at 4MB */ 753 req->hypervisorStart = (VMMDEVHYPPTR32) RT_ALIGN_P(hypervisorArea, 0x400000);753 req->hypervisorStart = (VMMDEVHYPPTR32)(uintptr_t)RT_ALIGN_P(hypervisorArea, 0x400000); 754 754 req->header.requestType = VMMDevReq_SetHypervisorInfo; 755 755 req->header.rc = VERR_GENERAL_FAILURE;
Note:
See TracChangeset
for help on using the changeset viewer.