VirtualBox

Ignore:
Timestamp:
Nov 3, 2023 2:19:42 PM (13 months ago)
Author:
vboxsync
Message:

VMM/IEM: Consider #if/#ifdef/#ifndef/#elif/#else/#endif when picking MC blocks for the threaded and native recompilation. This should fix the cmpxchg16b compile problems on arm64. bugref:10371

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllInstTwoByte0f.cpp.h

    r101722 r101732  
    1246812468            IEM_MC_END()
    1246912469
    12470 #ifdef RT_ARCH_AMD64 /* some code duplication here because IEMAllInstPython.py cannot parse if/else/#if spaghetti. */
     12470#ifdef RT_ARCH_AMD64
    1247112471        if (IEM_GET_HOST_CPU_FEATURES(pVCpu)->fCmpXchg16b)
    1247212472        {
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