Changeset 41783 in vbox for trunk/src/VBox/VMM/VMMAll/REMAll.cpp
- Timestamp:
- Jun 16, 2012 7:24:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/REMAll.cpp
r41777 r41783 40 40 * Records a invlpg instruction for replaying upon REM entry. 41 41 * 42 * @param pVM The VM handle.42 * @param pVM Pointer to the VM. 43 43 * @param GCPtrPage The 44 44 */ … … 205 205 * This is for avoiding trouble in RC when changing CR3. 206 206 * 207 * @param pVM The VM handle.207 * @param pVM Pointer to the VM. 208 208 * @param pVCpu The virtual CPU handle of the calling EMT. 209 209 */
Note:
See TracChangeset
for help on using the changeset viewer.