Changeset 49890 in vbox for trunk/src/VBox
- Timestamp:
- Dec 12, 2013 5:13:49 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91268
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r49888 r49890 1999 1999 2000 2000 /* 2001 * IMPORTANT!!!2001 * !!! IMPORTANT !!! 2002 2002 * If you modify code here, make sure to check whether hmR0SvmCallRing3Callback() needs to be updated too. 2003 2003 */ … … 2061 2061 2062 2062 /* 2063 * IMPORTANT!!!2063 * !!! IMPORTANT !!! 2064 2064 * If you modify code here, make sure to check whether hmR0SvmCallRing3Callback() needs to be updated too. 2065 2065 */ 2066 2066 2067 /* Deregister hook now that we've left HM context before re-enabling preemption. */ 2067 2068 if (VMMR0ThreadCtxHooksAreRegistered(pVCpu)) -
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r49889 r49890 6594 6594 6595 6595 /* 6596 * IMPORTANT!!!6596 * !!! IMPORTANT !!! 6597 6597 * If you modify code here, make sure to check whether hmR0SvmCallRing3Callback() needs to be updated too. 6598 6598 */ … … 6719 6719 6720 6720 /* 6721 * IMPORTANT!!!6721 * !!! IMPORTANT !!! 6722 6722 * If you modify code here, make sure to check whether hmR0SvmCallRing3Callback() needs to be updated too. 6723 6723 */
Note:
See TracChangeset
for help on using the changeset viewer.