VirtualBox

Changeset 94420 in vbox


Ignore:
Timestamp:
Mar 31, 2022 9:17:14 PM (3 years ago)
Author:
vboxsync
Message:

VMM/IEM: Workaround for doxygen troubles with IEMAllAImplC.cpp. bugref:9898

File:
1 edited

Legend:

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

    r94413 r94420  
    15711571#endif /* defined(IEM_WITHOUT_ASSEMBLY) */
    15721572
    1573 #if !defined(RT_ARCH_AMD64) || defined(IEM_WITHOUT_ASSEMBLY)
     1573#if (!defined(RT_ARCH_AMD64) || defined(IEM_WITHOUT_ASSEMBLY)) \
     1574 && !defined(DOXYGEN_RUNNING) /* Doxygen has some groking issues here and ends up mixing up input. Not worth tracking down now. */
    15741575
    15751576/*
     
    19431944# endif /* !DOXYGEN_RUNNING */
    19441945
     1946#endif /* (!defined(RT_ARCH_AMD64) || defined(IEM_WITHOUT_ASSEMBLY)) && !defined(DOXYGEN_RUNNING) */
     1947
    19451948
    19461949/*********************************************************************************************************************************
    19471950*   Unary operations.                                                                                                            *
    19481951*********************************************************************************************************************************/
     1952#if !defined(RT_ARCH_AMD64) || defined(IEM_WITHOUT_ASSEMBLY)
    19491953
    19501954/** @def IEM_EFL_UPDATE_STATUS_BITS_FOR_INC_DEC
     
    32513255 * @param   fFcw        The FPU control word.
    32523256 * @param   fFsw        Prepped FPU status word, i.e. exceptions and C1 clear.
    3253  * @param   pr64Dst     Where to return the output value, if one should be
     3257 * @param   pr32Dst     Where to return the output value, if one should be
    32543258 *                      returned.
    32553259 *
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