Changeset 41783 in vbox for trunk/src/VBox/VMM/VMMR3/EMHwaccm.cpp
- Timestamp:
- Jun 16, 2012 7:24:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/EMHwaccm.cpp
r41737 r41783 76 76 * 77 77 * @returns VBox status code. 78 * @param pVM The VM handle.78 * @param pVM Pointer to the VM. 79 79 * @param pVCpu The VMCPU handle. 80 80 */ … … 388 388 * @returns VBox status code. May return VINF_EM_NO_MEMORY but none of the other 389 389 * EM statuses. 390 * @param pVM The VM handle.390 * @param pVM Pointer to the VM. 391 391 * @param pVCpu The VMCPU handle. 392 392 * @param pCtx The guest CPUM register context.
Note:
See TracChangeset
for help on using the changeset viewer.