VirtualBox

Ignore:
Timestamp:
Aug 26, 2008 7:37:36 AM (16 years ago)
Author:
vboxsync
Message:

another guest additions 32/64 bit hack

File:
1 edited

Legend:

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

    r11174 r11642  
    732732            {
    733733                /* 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);
    735735                req->header.requestType = VMMDevReq_SetHypervisorInfo;
    736736                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