Changeset 15150 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Dec 9, 2008 10:29:45 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r15147 r15150 2297 2297 aParam[3] = (uint32_t)(pVMCBPhys >> 32); /* Param 2: pVMCBPhys - Hi. */ 2298 2298 2299 return SVMR0Execute64BitsHandler(pVM, pVCpu, pCtx, pVM->hwaccm.s.pfn VMXGCStartVM64, 4, &aParam[0]);2299 return SVMR0Execute64BitsHandler(pVM, pVCpu, pCtx, pVM->hwaccm.s.pfnSVMGCVMRun64, 4, &aParam[0]); 2300 2300 } 2301 2301 … … 2318 2318 /* @todo This code is not guest SMP safe (hyper context) */ 2319 2319 AssertReturn(pVM->cCPUs == 1, VERR_ACCESS_DENIED); 2320 Assert(pfnHandler); 2320 2321 2321 2322 uFlags = ASMIntDisableFlags();
Note:
See TracChangeset
for help on using the changeset viewer.