VirtualBox

Changeset 103006 in vbox for trunk


Ignore:
Timestamp:
Jan 23, 2024 11:57:38 PM (8 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. [fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/asm.h

    r103005 r103006  
    200200#endif
    201201
    202 
    203 /** @def RT_INLINE_ASM_EXTERNAL_TMP_ARM
    204  * Temporary version of RT_INLINE_ASM_EXTERNAL that excludes ARM. */
    205 #if RT_INLINE_ASM_EXTERNAL && !(defined(RT_ARCH_ARM64) || defined(RT_ARCH_ARM32))
    206 # define RT_INLINE_ASM_EXTERNAL_TMP_ARM 1
    207 #else
    208 # define RT_INLINE_ASM_EXTERNAL_TMP_ARM 0
    209 #endif
    210202
    211203/*
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