Changeset 57358 in vbox for trunk/src/VBox/VMM/VMMR3/VMReq.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/VMReq.cpp
r56287 r57358 17 17 18 18 19 /******************************************************************************* 20 * Header Files *21 ******************************************************************************* /19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_VM 23 23 #include <VBox/vmm/mm.h> … … 38 38 39 39 40 /******************************************************************************* 41 * Internal Functions *42 ******************************************************************************* /40 /********************************************************************************************************************************* 41 * Internal Functions * 42 *********************************************************************************************************************************/ 43 43 static int vmR3ReqProcessOneU(PUVM pUVM, PVMREQ pReq); 44 44
Note:
See TracChangeset
for help on using the changeset viewer.