Changeset 41801 in vbox for trunk/src/VBox/VMM/VMMRC
- Timestamp:
- Jun 17, 2012 4:46:51 PM (13 years ago)
- Location:
- trunk/src/VBox/VMM/VMMRC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMRC/PATMRC.cpp
r41800 r41801 70 70 * 71 71 * @returns VBox status 72 * @param pVM The VM to operate on.72 * @param pVM Pointer to the VM. 73 73 * @param pRegFrame CPU context 74 74 * @param GCPtr GC pointer to write address -
trunk/src/VBox/VMM/VMMRC/VMMRC.cpp
r41800 r41801 55 55 * 56 56 * @returns VBox status code. 57 * @param pVM The VM to operate on.57 * @param pVM Pointer to the VM. 58 58 * @param uOperation Which operation to execute (VMMGCOPERATION). 59 59 * @param uArg Argument to that operation.
Note:
See TracChangeset
for help on using the changeset viewer.