Changeset 93515 in vbox for trunk/include/VBox
- Timestamp:
- Jan 31, 2022 10:17:19 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149642
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r93290 r93515 1665 1665 /** @} */ 1666 1666 1667 #if (!defined(IPRT_WITHOUT_NAMED_UNIONS_AND_STRUCTS) && defined(RT_ARCH_AMD64)) || defined(DOXYGEN_RUNNING)1667 #if !defined(IPRT_WITHOUT_NAMED_UNIONS_AND_STRUCTS) || defined(DOXYGEN_RUNNING) 1668 1668 /** @name Inlined Guest Getters and predicates Functions. 1669 1669 * @{ */ … … 2565 2565 2566 2566 /** @} */ 2567 #endif /* !IPRT_WITHOUT_NAMED_UNIONS_AND_STRUCTS && RT_ARCH_AMD64*/2567 #endif /* !IPRT_WITHOUT_NAMED_UNIONS_AND_STRUCTS || DOXYGEN_RUNNING */ 2568 2568 2569 2569
Note:
See TracChangeset
for help on using the changeset viewer.