Changeset 103015 in vbox
- Timestamp:
- Jan 24, 2024 12:59:13 AM (10 months ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r103014 r103015 32 32 #define LOG_GROUP LOG_GROUP_PGM_POOL 33 33 #define VBOX_WITHOUT_PAGING_BIT_FIELDS /* 64-bit bitfields are just asking for trouble. See @bugref{9841} and others. */ 34 #define RT_ASM_INCLUDE_PAGE_SIZE /* ASMMemZeroPage */35 34 #include <VBox/vmm/pgm.h> 36 35 #include <VBox/vmm/mm.h> -
trunk/src/VBox/VMM/VMMR3/PGMPool.cpp
r103014 r103015 108 108 #define LOG_GROUP LOG_GROUP_PGM_POOL 109 109 #define VBOX_WITHOUT_PAGING_BIT_FIELDS /* 64-bit bitfields are just asking for trouble. See @bugref{9841} and others. */ 110 #define RT_ASM_INCLUDE_PAGE_SIZE /* ASMMemZeroPage */111 110 #include <VBox/vmm/pgm.h> 112 111 #include <VBox/vmm/mm.h>
Note:
See TracChangeset
for help on using the changeset viewer.