Changeset 99739 in vbox for trunk/src/VBox/VMM/VMMR3/CPUM-armv8.cpp
- Timestamp:
- May 11, 2023 1:01:08 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 157315
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUM-armv8.cpp
r99383 r99739 307 307 * Resets the CPU. 308 308 * 309 * @returns VINF_SUCCESS.310 309 * @param pVM The cross context VM structure. 311 310 */ … … 632 631 * Marks the guest debug state as active. 633 632 * 634 * @returns nothing.635 633 * @param pVCpu The cross context virtual CPU structure. 636 634 * … … 649 647 * Marks the hyper debug state as active. 650 648 * 651 * @returns nothing.652 649 * @param pVCpu The cross context virtual CPU structure. 653 650 *
Note:
See TracChangeset
for help on using the changeset viewer.