Changeset 86984 in vbox
- Timestamp:
- Nov 26, 2020 11:39:25 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
r86982 r86984 2021 2021 } 2022 2022 2023 2023 2024 #ifdef IN_RING3 2024 2025 /** … … 2792 2793 } 2793 2794 2794 #ifdef LOG_ENABLED2795 #ifdef VBOX_STRICT 2795 2796 static const char * const s_apszAccess[] = { "none", "read", "write" }; 2796 2797 Assert(fAccess > 0 && fAccess < RT_ELEMENTS(s_apszAccess)); … … 2860 2861 } 2861 2862 2862 #ifdef LOG_ENABLED2863 #ifdef VBOX_STRICT 2863 2864 static const char * const s_apszAccess[] = { "none", "read", "write" }; 2864 2865 Assert(fAccess > 0 && fAccess < RT_ELEMENTS(s_apszAccess)); … … 3264 3265 } 3265 3266 3266 # ifdef IN_RING3 3267 3267 3268 #ifdef IN_RING3 3268 3269 /** 3269 3270 * Processes an IOMMU command. … … 4819 4820 } 4820 4821 4821 # else /* !IN_RING3 */4822 #else 4822 4823 4823 4824 /** … … 4850 4851 return VINF_SUCCESS; 4851 4852 } 4852 4853 # endif /* !IN_RING3 */ 4853 #endif 4854 4854 4855 4855 4856 /**
Note:
See TracChangeset
for help on using the changeset viewer.