VirtualBox

Changeset 103005 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Jan 23, 2024 11:55:58 PM (12 months ago)
Author:
vboxsync
Message:

iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate header, asm-mem.h, so that we can get the RT_ASM_PAGE_SIZE stuff out of the way.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PGMPool.cpp

    r99297 r103005  
    108108#define LOG_GROUP LOG_GROUP_PGM_POOL
    109109#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 */
    110111#include <VBox/vmm/pgm.h>
    111112#include <VBox/vmm/mm.h>
     
    117118#include <VBox/log.h>
    118119#include <VBox/err.h>
    119 #include <iprt/asm.h>
     120#include <iprt/asm-mem.h>
    120121#include <iprt/string.h>
    121122#include <VBox/dbg.h>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette