VirtualBox

Changeset 15142 in vbox


Ignore:
Timestamp:
Dec 9, 2008 9:22:03 AM (16 years ago)
Author:
vboxsync
Message:

Compile fixes

Location:
trunk/src/VBox/VMM/VMMR0
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp

    r15141 r15142  
    11151115        return VMXR0Execute64BitsHandler(pVM, pVCpu, pCtx, pVM->hwaccm.s.pfnTest64, 5, &aParam[0]);
    11161116
    1117     return SVMR0Execute64BitsHandler(pVM, pVCpu, pCtx, pVM->hwaccm.s.pfnTest64);
     1117    return SVMR0Execute64BitsHandler(pVM, pVCpu, pCtx, pVM->hwaccm.s.pfnTest64, 5, &aParam[0]);
    11181118}
    11191119# endif
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp

    r15141 r15142  
    22912291{
    22922292    uint32_t aParam[4];
    2293     int      rc;
    22942293
    22952294    aParam[0] = (uint32_t)(pVMCBHostPhys >> 32);            /* Param 1: pVMCBHostPhys - Hi. */
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r15141 r15142  
    34423442{
    34433443    uint32_t        aParam[4];
    3444     int             rc;
    34453444    PHWACCM_CPUINFO pCpu;
    34463445    RTHCPHYS        pPageCpuPhys;
     
    34493448    pPageCpuPhys = RTR0MemObjGetPagePhysAddr(pCpu->pMemObj, 0);
    34503449
    3451     aParam[0] = (uint32_t)(pPageCpuPhys >> 32));                            /* Param 1: VMXON physical address - Hi. */
     3450    aParam[0] = (uint32_t)(pPageCpuPhys >> 32);                             /* Param 1: VMXON physical address - Hi. */
    34523451    aParam[1] = (uint32_t)(pPageCpuPhys);                                   /* Param 1: VMXON physical address - Lo. */
    34533452    aParam[2] = (uint32_t)(pVCpu->hwaccm.s.vmx.pVMCSPhys >> 32);            /* Param 2: VMCS physical address - Hi. */
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