Changeset 41779 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 16, 2012 6:53:29 PM (13 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r40453 r41779 7071 7071 /** 7072 7072 * Allocate an event record. 7073 * @returns Poi tner to a record.7073 * @returns Pointer to a record. 7074 7074 */ 7075 7075 static PIEMVERIFYEVTREC iemVerifyAllocRecord(PIEMCPU pIemCpu) -
trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp
r41778 r41779 391 391 * 392 392 * @returns VBox status code. 393 * @param pVM Poi tner to the VM.393 * @param pVM Pointer to the VM. 394 394 * @param pVCpu Pointer to the VMCPU. 395 395 * @param pCtx Pointer to the guest CPU context.
Note:
See TracChangeset
for help on using the changeset viewer.