VirtualBox

Changeset 15150 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Dec 9, 2008 10:29:45 AM (16 years ago)
Author:
vboxsync
Message:

Wrong handler

File:
1 edited

Legend:

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

    r15147 r15150  
    22972297    aParam[3] = (uint32_t)(pVMCBPhys >> 32);                /* Param 2: pVMCBPhys - Hi. */
    22982298
    2299     return SVMR0Execute64BitsHandler(pVM, pVCpu, pCtx, pVM->hwaccm.s.pfnVMXGCStartVM64, 4, &aParam[0]);
     2299    return SVMR0Execute64BitsHandler(pVM, pVCpu, pCtx, pVM->hwaccm.s.pfnSVMGCVMRun64, 4, &aParam[0]);
    23002300}
    23012301
     
    23182318    /* @todo This code is not guest SMP safe (hyper context) */
    23192319    AssertReturn(pVM->cCPUs == 1, VERR_ACCESS_DENIED);
     2320    Assert(pfnHandler);
    23202321
    23212322    uFlags = ASMIntDisableFlags();
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