Changeset 81363 in vbox
- Timestamp:
- Oct 18, 2019 6:19:21 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134076
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Doxyfile.Core
r80536 r81363 830 830 VMMR3DECL \ 831 831 VMM_INT_DECL \ 832 \ 832 833 VD_BACKEND_CALLBACK_GET_COMMENT_DEF_NOT_SUPPORTED \ 833 834 VD_BACKEND_CALLBACK_SET_COMMENT_DEF_NOT_SUPPORTED \ 834 835 VD_BACKEND_CALLBACK_GET_UUID_DEF_NOT_SUPPORTED \ 835 VD_BACKEND_CALLBACK_SET_UUID_DEF_NOT_SUPPORTED 836 VD_BACKEND_CALLBACK_SET_UUID_DEF_NOT_SUPPORTED \ 837 \ 838 IOM_MMIO_STATS_COMMA_DECL \ 839 IOM_MMIO_STATS_COMMA_ARG 836 840 837 841 SKIP_FUNCTION_MACROS = NO -
trunk/src/VBox/VMM/VMMAll/IOMAllMmioNew.cpp
r81341 r81363 616 616 * @param uErrorCode CPU Error code. This is UINT32_MAX when we don't have 617 617 * any error code (the EPT misconfig hack). 618 * @param pCtxCore Trap register frame.619 618 * @param GCPhysFault The GC physical address corresponding to pvFault. 620 619 * @param pRegEntry The MMIO entry for the current context.
Note:
See TracChangeset
for help on using the changeset viewer.