Changeset 41804 in vbox
- Timestamp:
- Jun 17, 2012 5:24:59 PM (13 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r41801 r41804 2201 2201 * @param pVM Pointer to the VM. 2202 2202 * @param pVCpu Pointer to the VMCPU. 2203 * @param pCtx Pointer t he guest CPU context.2203 * @param pCtx Pointer to the guest CPU context. 2204 2204 */ 2205 2205 DECLINLINE(int) VMXR0SaveGuestState(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx) -
trunk/src/VBox/VMM/include/EMHandleRCTmpl.h
r41803 r41804 31 31 * @param pVCpu Pointer to the VMCPU. 32 32 * @param rc The return code. 33 * @param pCtx The guest cpucontext.33 * @param pCtx Pointer to the guest CPU context. 34 34 */ 35 35 #ifdef EMHANDLERC_WITH_PATM
Note:
See TracChangeset
for help on using the changeset viewer.