Changeset 86473 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Oct 7, 2020 5:30:25 PM (4 years ago)
- Location:
- trunk/src/VBox/VMM/VMMAll
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp
r82968 r86473 21 21 *********************************************************************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_PGM 23 #define VBOX_WITHOUT_PAGING_BIT_FIELDS /* 64-bit bitfields are just asking for trouble. See @bugref{9841} and others. */ 23 24 #include <VBox/vmm/dbgf.h> 24 25 #include <VBox/vmm/pgm.h> -
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r82968 r86473 21 21 *********************************************************************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_PGM_PHYS 23 #define VBOX_WITHOUT_PAGING_BIT_FIELDS /* 64-bit bitfields are just asking for trouble. See @bugref{9841} and others. */ 23 24 #include <VBox/vmm/pgm.h> 24 25 #include <VBox/vmm/trpm.h>
Note:
See TracChangeset
for help on using the changeset viewer.