Changeset 79124 in vbox
- Timestamp:
- Jun 13, 2019 10:44:12 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131288
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r78869 r79124 797 797 * Returns whether the VMCB Clean Bits feature is supported. 798 798 * 799 * @return @c true if supported, @c false otherwise.799 * @returns @c true if supported, @c false otherwise. 800 800 * @param pVCpu The cross context virtual CPU structure. 801 801 */ … … 817 817 * Returns whether the decode assists feature is supported. 818 818 * 819 * @return @c true if supported, @c false otherwise.819 * @returns @c true if supported, @c false otherwise. 820 820 * @param pVCpu The cross context virtual CPU structure. 821 821 */ … … 837 837 * Returns whether the NRIP_SAVE feature is supported. 838 838 * 839 * @return @c true if supported, @c false otherwise.839 * @returns @c true if supported, @c false otherwise. 840 840 * @param pVCpu The cross context virtual CPU structure. 841 841 */
Note:
See TracChangeset
for help on using the changeset viewer.