Changeset 103005 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jan 23, 2024 11:55:58 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMPool.cpp
r99297 r103005 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 */ 110 111 #include <VBox/vmm/pgm.h> 111 112 #include <VBox/vmm/mm.h> … … 117 118 #include <VBox/log.h> 118 119 #include <VBox/err.h> 119 #include <iprt/asm .h>120 #include <iprt/asm-mem.h> 120 121 #include <iprt/string.h> 121 122 #include <VBox/dbg.h>
Note:
See TracChangeset
for help on using the changeset viewer.