VirtualBox

Ignore:
Timestamp:
Nov 4, 2008 8:31:33 AM (16 years ago)
Author:
vboxsync
Message:

warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/module/vboxmod.c

    r13319 r13774  
    751751            {
    752752                /* 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);
    754754                req->header.requestType = VMMDevReq_SetHypervisorInfo;
    755755                req->header.rc          = VERR_GENERAL_FAILURE;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette