Changeset 100998 in vbox
- Timestamp:
- Aug 31, 2023 7:53:44 PM (15 months ago)
- Location:
- trunk/src/VBox/VMM/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInline.h
r100889 r100998 3465 3465 /** @def TMPL_MEM_CHECK_UNALIGNED_WITHIN_PAGE_OK 3466 3466 * Used to check if an unaligned access is if within the page and won't 3467 * trigger an #AC.3467 * trigger an \#AC. 3468 3468 * 3469 3469 * This can be used to deal with misaligned accesses on platforms that are -
trunk/src/VBox/VMM/include/PGMInternal.h
r100966 r100998 136 136 /** @def VBOX_WITH_NEW_LAZY_PAGE_ALLOC 137 137 * Enables the experimental lazy page allocation code. 138 * @todo Problems with zero page tracking, see @bugref{}. */138 * @todo Problems with zero page tracking, see \@bugref{10509}. */ 139 139 #if defined(DOXYGEN_RUNNING) 140 140 # define VBOX_WITH_NEW_LAZY_PAGE_ALLOC
Note:
See TracChangeset
for help on using the changeset viewer.